diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2a64a4b..8410c14 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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: