We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5469d49 commit 7c15655Copy full SHA for 7c15655
.github/workflows/test.yml
@@ -12,4 +12,4 @@ jobs:
12
- name: Install dependencies.
13
run: npm ci
14
- name: Run tests.
15
- run: npx run test
+ run: npm run test
0 commit comments