chore: install all deps on ci
This commit is contained in:
parent
7160559c01
commit
09f3376119
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -23,7 +23,7 @@ jobs:
|
|||
|
||||
- name: Install deps
|
||||
run: |
|
||||
npm install vitest
|
||||
npm install && npm install vitest
|
||||
|
||||
- name: Run Vitest
|
||||
run: npx vitest run .
|
||||
|
|
Loading…
Reference in a new issue