maintenance: update ci

This commit is contained in:
MengYX 2021-12-16 07:59:09 +08:00
parent dc8a820e61
commit ea1d890044
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 }}