Fix typo in CI.yml
This commit is contained in:
parent
61853e22e9
commit
cbd363b125
2
.github/workflows/CI.yml
vendored
2
.github/workflows/CI.yml
vendored
@ -88,6 +88,6 @@ jobs:
|
||||
restore-keys: |
|
||||
node-modules-
|
||||
- name: Install dependencies
|
||||
run: npx install
|
||||
run: npm install
|
||||
- name: Run tests
|
||||
run: npm test
|
||||
|
Loading…
Reference in New Issue
Block a user