feat(ci): target CLI unit tests specifically in trial

This commit is contained in:
mkorwel
2026-04-14 19:35:44 -07:00
parent a438c24ee0
commit a4730c3d87
2 changed files with 4 additions and 3 deletions
+2 -2
View File
@@ -44,6 +44,6 @@ jobs:
mode: 'bundle'
bundle-artifact: 'gemini-bundle'
- name: 'Run Unit Tests'
run: 'npm run test'
- name: 'Run CLI Unit Tests'
run: 'npx vitest run packages/cli'
shell: 'bash'