mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-29 13:13:21 -07:00
fix(ci): ensure core is built for integration test environment
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user