maintenance: update ci

This commit is contained in:
MengYX 2021-12-16 08:19:23 +08:00
parent 044db8446d
commit 87f49eeace
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,7 @@ name: Test Build
on:
push:
paths:
- ".github/workflows/*"
- "**/*.js"
- "**/*.ts"
- "**/*.vue"
@ -24,6 +25,7 @@ jobs:
test-coverage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Test Coverage
uses: ArtiomTr/jest-coverage-report-action@v2.0-rc.6
with: