diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d9e6430..c6bc5c8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,8 @@ jobs: with: node-version: "16.x" - run: npm ci - - run: npm test + - run: npm test:spellcheck + - run: npm test:build publish: if: github.ref == 'refs/heads/main' needs: test