mirror of
https://git.um-react.app/um/web.git
synced 2026-01-11 16:24:12 +00:00
maintenance: update ci
(cherry picked from commit cb92eed9b135c04a17389f48997c18ba81e60c3a)
This commit is contained in:
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 }}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user