maintenance: update ci
(cherry picked from commit cb92eed9b135c04a17389f48997c18ba81e60c3a)
This commit is contained in:
parent
0f6dc53e54
commit
aa6476bb2c
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@ -44,6 +44,13 @@ jobs:
|
|||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: npm ci
|
run: npm ci
|
||||||
|
|
||||||
|
- name: Test Coverage
|
||||||
|
uses: ArtiomTr/jest-coverage-report-action@v2.0-rc.6
|
||||||
|
with:
|
||||||
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: npm run build ${{ matrix.BUILD_ARGS }}
|
run: npm run build ${{ matrix.BUILD_ARGS }}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user