chore(ci): install cli deps
This commit is contained in:
parent
51559d354e
commit
c5f1056120
1 changed files with 2 additions and 3 deletions
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
|
@ -21,9 +21,8 @@ jobs:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Install deps
|
- name: Install CLI deps
|
||||||
run: |
|
run: cd packages/cli && 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 .
|
||||||
|
|
Loading…
Reference in a new issue