gha: Add ncc check step
This commit is contained in:
parent
4e5d934ed6
commit
876c3e1bbf
1 changed files with 5 additions and 0 deletions
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
|
|
@ -45,6 +45,11 @@ jobs:
|
|||
|
||||
- run: npm test
|
||||
|
||||
- name: Check ncc
|
||||
run: |
|
||||
npm run build
|
||||
test -z "$(git status --short)"
|
||||
|
||||
- name: Upload test coverage
|
||||
uses: actions/upload-artifact@v1
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue