chore: unify pre-commit and ci test scripts
This commit is contained in:
parent
058d720b11
commit
ac71e6aba2
1 changed files with 2 additions and 2 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
@ -23,8 +23,8 @@ jobs:
|
|||
|
||||
- name: Install deps
|
||||
run: |
|
||||
npm install --ignore-scripts && npm install vitest
|
||||
npm install --ignore-scripts
|
||||
|
||||
- name: Run Vitest
|
||||
run: npx vitest run .
|
||||
run: npm run test:cli run .
|
||||
continue-on-error: false
|
||||
|
|
Loading…
Reference in a new issue