Skip to content

Commit b7f0413

Browse files
committed
fix: Fix test command
1 parent 5f01fdd commit b7f0413

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444
- name: Test unit
4545
id: npm-test
46-
run: npm run test
46+
run: npm run test:unit
4747

4848
- name: Upload coverage
4949
id: upload-coverage

0 commit comments

Comments
 (0)