Browse Source
maintenance: update ci
(cherry picked from commit cb92eed9b135c04a17389f48997c18ba81e60c3a)
20230320
MengYX
3 years ago
No known key found for this signature in database
GPG Key ID: E63F9C7303E8F604
1 changed files with
7 additions and
0 deletions
-
.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 }} |
|
|
|
|
|
|
|