ci: add core package to Windows E2E install

This commit is contained in:
mkorwel
2026-04-24 23:06:57 +00:00
parent 0d83a9b4b7
commit a806075797
+1 -1
View File
@@ -437,7 +437,7 @@ jobs:
shell: 'pwsh'
- name: 'Install dependencies'
run: 'npm install @google-gemini/gemini-cli@0.0.0-${{ github.sha }} vitest node-pty --no-save'
run: 'npm install @google-gemini/gemini-cli@0.0.0-${{ github.sha }} @google-gemini/gemini-cli-core@0.0.0-${{ github.sha }} vitest node-pty --no-save'
shell: 'pwsh'
- name: 'Run Integration Tests'