mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01:00
fix: jest-coverage-report-action disable annotations
This commit is contained in:
parent
2a4fd93302
commit
0e8bb74e93
3
.github/workflows/build_prs_jest_report.yaml
vendored
3
.github/workflows/build_prs_jest_report.yaml
vendored
@ -34,8 +34,9 @@ jobs:
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
- name: Tests on ${{ matrix.node-version }}
|
||||
uses: artiomtr/jest-coverage-report-action@v2.0-rc.1
|
||||
uses: ArtiomTr/jest-coverage-report-action@v2
|
||||
with:
|
||||
annotations: none
|
||||
package-manager: yarn
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
test-script: yarn run test:coverage:jest
|
||||
|
Loading…
Reference in New Issue
Block a user