maintenance: update ci

(cherry picked from commit cb92eed9b135c04a17389f48997c18ba81e60c3a)
This commit is contained in:
MengYX 2021-12-16 07:59:09 +08:00
parent 59048aef6b
commit 768f30a2fe
No known key found for this signature in database
GPG Key ID: E63F9C7303E8F604
1 changed files with 7 additions and 0 deletions

View File

@ -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 }}