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:
parent
7b034b631c
commit
fdffb03fb3
3
.github/workflows/build_prs_jest_report.yaml
vendored
3
.github/workflows/build_prs_jest_report.yaml
vendored
@ -38,8 +38,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
package-manager: yarn
|
package-manager: yarn
|
||||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
test-script: yarn run test:coverage
|
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
TEST_DATABASE_URL: postgres://postgres:postgres@localhost:5432/postgres
|
TEST_DATABASE_URL: postgres://postgres:postgres@localhost:5432/postgres
|
||||||
DATABASE_URL: postgres://postgres:postgres@localhost:5432/postgres
|
DATABASE_URL: postgres://postgres:postgres@localhost:5432/postgres
|
||||||
|
NODE_ENV: test
|
||||||
|
PORT: 4243
|
||||||
|
Loading…
Reference in New Issue
Block a user