mirror of
https://github.com/Unleash/unleash.git
synced 2025-06-04 01:18:20 +02:00
fix: specify coverage files to use for jest pr action (poc)
This commit is contained in:
parent
fbb6a42d0b
commit
d6f0d83a97
2
.github/workflows/build_prs_jest_report.yaml
vendored
2
.github/workflows/build_prs_jest_report.yaml
vendored
@ -40,6 +40,8 @@ jobs:
|
|||||||
package-manager: yarn
|
package-manager: yarn
|
||||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
test-script: yarn run test:coverage:jest
|
test-script: yarn run test:coverage:jest
|
||||||
|
base-coverage-file: ./coverage/report.json
|
||||||
|
coverage-file: ./report.json
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
TEST_DATABASE_URL: postgres://postgres:postgres@localhost:5432/postgres
|
TEST_DATABASE_URL: postgres://postgres:postgres@localhost:5432/postgres
|
||||||
|
Loading…
Reference in New Issue
Block a user