mirror of
https://github.com/Unleash/unleash.git
synced 2025-07-31 13:47:02 +02: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:
|
with:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
- name: Tests on ${{ 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:
|
with:
|
||||||
|
annotations: none
|
||||||
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
|
||||||
|
Loading…
Reference in New Issue
Block a user