fix(ci): ensure core is built for integration test environment

This commit is contained in:
mkorwel
2026-04-14 20:14:50 -07:00
parent 73ecb6816f
commit 7621c425b3
+4
View File
@@ -26,6 +26,10 @@ runs:
run: 'npm ci'
shell: 'bash'
- name: 'Build Core (Required for all tests)'
run: 'npm run build --workspace @google/gemini-cli-core'
shell: 'bash'
- name: 'Build from source'
if: "${{ inputs.mode == 'source' }}"
run: 'npm run build'