maintenance: update ci
(cherry picked from commit 525ddfae314f05e1d9a7b67cabcc974b32a503b4)
This commit is contained in:
parent
8fb9dc029a
commit
e4c574465c
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user