mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-24 22:55:13 +00:00
This commit is contained in:
committed by
GitHub
parent
7f8537a130
commit
0cf01df48c
14
.github/actions/verify-release/action.yml
vendored
14
.github/actions/verify-release/action.yml
vendored
@@ -68,15 +68,5 @@ runs:
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
- name: 'Install dependencies for integration tests'
|
# TODO: Add back integration tests once we resolve
|
||||||
shell: 'bash'
|
# https://github.com/google-gemini/gemini-cli/issues/10517
|
||||||
working-directory: './verify'
|
|
||||||
run: 'npm install'
|
|
||||||
|
|
||||||
- name: '🔬 Run integration tests against NPM release'
|
|
||||||
working-directory: './verify'
|
|
||||||
env:
|
|
||||||
GEMINI_API_KEY: '${{ inputs.gemini_api_key }}'
|
|
||||||
INTEGRATION_TEST_USE_INSTALLED_GEMINI: 'true'
|
|
||||||
shell: 'bash'
|
|
||||||
run: 'npm run test:integration:sandbox:none'
|
|
||||||
|
|||||||
Reference in New Issue
Block a user