Skip to content

Commit 0a96d6d

Browse files
committed
use npm to run test
1 parent 885d206 commit 0a96d6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ jobs:
2828
run: pnpm install
2929

3030
- name: Run tests
31-
run: pnpm test
31+
run: npm run test

0 commit comments

Comments
 (0)