chroe(ci): use npx vitest
This commit is contained in:
parent
c5f1056120
commit
1e5d164775
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -25,5 +25,5 @@ jobs:
|
||||||
run: cd packages/cli && npm install --ignore-scripts
|
run: cd packages/cli && npm install --ignore-scripts
|
||||||
|
|
||||||
- name: Run CLI tests
|
- name: Run CLI tests
|
||||||
run: cd packages/cli && npm run test run .
|
run: cd packages/cli && npx vitest run .
|
||||||
continue-on-error: false
|
continue-on-error: false
|
||||||
|
|
Loading…
Reference in a new issue