maintenance: update ci

This commit is contained in:
MengYX 2021-12-16 08:16:04 +08:00
parent 1532530e8f
commit 044db8446d
1 changed files with 7 additions and 7 deletions

View File

@ -21,6 +21,13 @@ on:
jobs:
test-coverage:
runs-on: ubuntu-latest
steps:
- name: Test Coverage
uses: ArtiomTr/jest-coverage-report-action@v2.0-rc.6
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
build:
runs-on: ubuntu-latest
strategy:
@ -44,13 +51,6 @@ 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 }}