chore: fix cli tests ci
This commit is contained in:
parent
48f228ba16
commit
51559d354e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -26,5 +26,5 @@ jobs:
|
||||||
npm install --ignore-scripts
|
npm install --ignore-scripts
|
||||||
|
|
||||||
- name: Run CLI tests
|
- name: Run CLI tests
|
||||||
run: cd packages/cli npm run test run .
|
run: cd packages/cli && npm run test run .
|
||||||
continue-on-error: false
|
continue-on-error: false
|
||||||
|
|
Loading…
Reference in a new issue