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
+2 -1
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