Browse Source
maintenance: update ci
(cherry picked from commit 525ddfae314f05e1d9a7b67cabcc974b32a503b4)
20230320
MengYX
3 years ago
No known key found for this signature in database
GPG Key ID: E63F9C7303E8F604
1 changed files with
2 additions and
0 deletions
-
.github/workflows/build.yml
|
@ -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: |
|
|