mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01: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
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
test-script: yarn run test:coverage:jest
|
||||
base-coverage-file: ./coverage/report.json
|
||||
coverage-file: ./report.json
|
||||
env:
|
||||
CI: true
|
||||
TEST_DATABASE_URL: postgres://postgres:postgres@localhost:5432/postgres
|
||||
|
Loading…
Reference in New Issue
Block a user