chore: cli tests on ci
This commit is contained in:
parent
ac71e6aba2
commit
0e58219963
1 changed files with 2 additions and 2 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
@ -25,6 +25,6 @@ jobs:
|
|||
run: |
|
||||
npm install --ignore-scripts
|
||||
|
||||
- name: Run Vitest
|
||||
run: npm run test:cli run .
|
||||
- name: `cli` tests
|
||||
run: cd packages/cli npm run test run .
|
||||
continue-on-error: false
|
||||
|
|
Loading…
Reference in a new issue