maintenance: update ci

This commit is contained in:
MengYX 2021-12-16 07:59:09 +08:00
parent 3960ea7d59
commit cb92eed9b1
No known key found for this signature in database
GPG Key ID: E63F9C7303E8F604

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