Skip to content

Commit 7c15655

Browse files
committed
Fix typo in workflow.
1 parent 5469d49 commit 7c15655

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
@@ -12,4 +12,4 @@ jobs:
1212
- name: Install dependencies.
1313
run: npm ci
1414
- name: Run tests.
15-
run: npx run test
15+
run: npm run test

0 commit comments

Comments
 (0)