From fdffb03fb3da0b8e5add80b6320a5eec869c9702 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivar=20Conradi=20=C3=98sthus?= Date: Wed, 6 Oct 2021 12:41:50 +0200 Subject: [PATCH] fix: adjust test-script for jest-coverage action --- .github/workflows/build_prs_jest_report.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_prs_jest_report.yaml b/.github/workflows/build_prs_jest_report.yaml index 1791834973..ba36e0e17e 100644 --- a/.github/workflows/build_prs_jest_report.yaml +++ b/.github/workflows/build_prs_jest_report.yaml @@ -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