feat(ci): switch trial to integration tests

This commit is contained in:
mkorwel
2026-04-14 16:56:31 -07:00
parent 340f241a7d
commit c850a720a0
+2 -2
View File
@@ -44,6 +44,6 @@ jobs:
mode: 'bundle'
bundle-artifact: 'gemini-bundle'
- name: 'Run CLI Tests'
run: 'npm run test:ci --workspace "@google/gemini-cli"'
- name: 'Run Integration Tests'
run: 'npm run test:integration:sandbox:none'
shell: 'bash'