We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b72b9b8 commit b77288aCopy full SHA for b77288a
.github/workflows/ci.yml
@@ -28,7 +28,7 @@ jobs:
28
run: npm ci
29
30
- name: Run test
31
- run: npm test
+ run: npm run test:unit
32
33
- name: Run build
34
run: npm run build
0 commit comments