Browse Source

maintenance: update ci

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

7
.github/workflows/build.yml

@ -44,6 +44,13 @@ jobs:
- name: Install Dependencies
run: npm ci
- name: Test Coverage
uses: ArtiomTr/jest-coverage-report-action@v2.0-rc.6
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Build
run: npm run build ${{ matrix.BUILD_ARGS }}

Loading…
Cancel
Save