We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b11842 commit e6d2bb7Copy full SHA for e6d2bb7
1 file changed
.github/workflows/ci.yml
@@ -27,7 +27,7 @@ jobs:
27
uses: actions/setup-node@v3
28
29
- name: Compile
30
- run: npm install && npm run test
+ run: npm install && npm run test:unit
31
32
publish:
33
needs: [ compile, test ]
0 commit comments