mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-15 14:23:02 -07:00
ci: skip build steps in setup action when using pre-built artifact
This commit is contained in:
@@ -44,11 +44,12 @@ runs:
|
||||
shell: 'bash'
|
||||
|
||||
- name: 'Build Core (Required for all tests)'
|
||||
if: "${{ inputs.skip-npm-ci != 'true' }}"
|
||||
run: 'npm run build --workspace @google/gemini-cli-core'
|
||||
shell: 'bash'
|
||||
|
||||
|
||||
- name: 'Build from source'
|
||||
if: "${{ inputs.mode == 'source' }}"
|
||||
if: "${{ inputs.mode == 'source' && inputs.skip-npm-ci != 'true' }}"
|
||||
run: 'npm run build'
|
||||
shell: 'bash'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user