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:
|
on:
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
|
- ".github/workflows/*"
|
||||||
- "**/*.js"
|
- "**/*.js"
|
||||||
- "**/*.ts"
|
- "**/*.ts"
|
||||||
- "**/*.vue"
|
- "**/*.vue"
|
||||||
@ -24,6 +25,7 @@ jobs:
|
|||||||
test-coverage:
|
test-coverage:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
- name: Test Coverage
|
- name: Test Coverage
|
||||||
uses: ArtiomTr/jest-coverage-report-action@v2.0-rc.6
|
uses: ArtiomTr/jest-coverage-report-action@v2.0-rc.6
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user