mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-04 00:18:01 +01:00
Test coverage workflow
This commit is contained in:
parent
0c9be121c4
commit
9d083ea086
3
.github/workflows/build_prs_jest_report.yaml
vendored
3
.github/workflows/build_prs_jest_report.yaml
vendored
@ -35,10 +35,11 @@ jobs:
|
||||
- name: Tests on ${{ matrix.node-version }}
|
||||
uses: ArtiomTr/jest-coverage-report-action@v2
|
||||
with:
|
||||
skip-step: install
|
||||
annotations: none
|
||||
package-manager: yarn
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
test-script: yarn run test:coverage:jest
|
||||
test-script: yarn install --frozen-lockfile --ignore-scripts && yarn build:backend && yarn run test:coverage:jest
|
||||
base-coverage-file: ./coverage/report.json
|
||||
env:
|
||||
CI: true
|
||||
|
Loading…
Reference in New Issue
Block a user