Browse Source
fix: ci
(cherry picked from commit f9f5e32b449c9268cc07f7787587f417d70f08c9)
20230320
MengYX
3 years ago
No known key found for this signature in database
GPG Key ID: E63F9C7303E8F604
1 changed files with
2 additions and
2 deletions
-
.github/workflows/build.yml
|
|
@ -26,8 +26,8 @@ jobs: |
|
|
|
runs-on: ubuntu-latest |
|
|
|
steps: |
|
|
|
- uses: actions/checkout@v2 |
|
|
|
- name: Test Coverage |
|
|
|
uses: ArtiomTr/jest-coverage-report-action@v2.0-rc.6 |
|
|
|
- run: npm ci |
|
|
|
- uses: ArtiomTr/jest-coverage-report-action@v2.0-rc.6 |
|
|
|
with: |
|
|
|
github-token: ${{ secrets.GITHUB_TOKEN }} |
|
|
|
build: |
|
|
|