1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-25 00:07:47 +01:00

fix: adjust test-script for jest-coverage action

This commit is contained in:
Ivar Conradi Østhus 2021-10-06 12:41:50 +02:00
parent 7b034b631c
commit fdffb03fb3
No known key found for this signature in database
GPG Key ID: 31AC596886B0BD09

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