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: |
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