maintenance: update ci

(cherry picked from commit 525ddfae314f05e1d9a7b67cabcc974b32a503b4)
This commit is contained in:
MengYX 2021-12-16 08:19:23 +08:00
parent 70b46f9d63
commit fab64f19d4
No known key found for this signature in database
GPG Key ID: E63F9C7303E8F604
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: