Browse Source

fix(ci): test coverage annotation failed

(cherry picked from commit 058985de4f003e2fbdfc4261e2d172c1f9c1c4db)
20230320
MengYX 3 years ago
parent
commit
3d86eb19b9
No known key found for this signature in database GPG Key ID: E63F9C7303E8F604
  1. 1
      .github/workflows/build.yml

1
.github/workflows/build.yml

@ -30,6 +30,7 @@ jobs:
- uses: ArtiomTr/jest-coverage-report-action@v2.0-rc.6
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
annotations: none
build:
runs-on: ubuntu-latest
strategy:

Loading…
Cancel
Save