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 5f01fdd commit b7f0413Copy full SHA for b7f0413
.github/workflows/build.yml
@@ -43,7 +43,7 @@ jobs:
43
44
- name: Test unit
45
id: npm-test
46
- run: npm run test
+ run: npm run test:unit
47
48
- name: Upload coverage
49
id: upload-coverage
0 commit comments