Skip to content

Commit 790cf73

Browse files
committedMar 12, 2022
Fixed name in action
1 parent fc9ba62 commit 790cf73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ jobs:
2020
- name: npm install, build, and test
2121
run: |
2222
npm install
23-
npm ci-test
23+
npm run ci-test
2424
env:
2525
CI: true

0 commit comments

Comments
 (0)
Please sign in to comment.