1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-05 17:53:12 +02:00

Merge branch 'master' into feat/metrics_env

This commit is contained in:
Ivar Conradi Østhus 2021-10-06 12:42:09 +02:00 committed by GitHub
commit ced0b9db2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,8 +38,9 @@ jobs:
with:
package-manager: yarn
github-token: ${{ secrets.GITHUB_TOKEN }}
test-script: yarn run test:coverage
env:
CI: true
TEST_DATABASE_URL: postgres://postgres:postgres@localhost:5432/postgres
DATABASE_URL: postgres://postgres:postgres@localhost:5432/postgres
NODE_ENV: test
PORT: 4243