chore: cli tests on ci

This commit is contained in:
Ayo Ayco 2024-12-19 23:45:01 +01:00
parent ac71e6aba2
commit 0e58219963

View file

@ -25,6 +25,6 @@ jobs:
run: | run: |
npm install --ignore-scripts npm install --ignore-scripts
- name: Run Vitest - name: `cli` tests
run: npm run test:cli run . run: cd packages/cli npm run test run .
continue-on-error: false continue-on-error: false