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