Skip to content

Commit 779fa7f

Browse files
committed
chore: fix GitHub action for test
1 parent 5ccf0ed commit 779fa7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
run: npm install --ignore-scripts
7171

7272
- name: Run tests
73-
run: npx run test:coverage
73+
run: npm run test:coverage
7474
env:
7575
NODE_OPTIONS: --unhandled-rejections=strict
7676

0 commit comments

Comments
 (0)