Temporarily remove NPM integration tests till we resolve #10517 (#10520)

This commit is contained in:
Tommaso Sciortino
2025-10-05 08:25:45 -07:00
committed by GitHub
parent 7f8537a130
commit 0cf01df48c

View File

@@ -68,15 +68,5 @@ runs:
exit 1
fi
- name: 'Install dependencies for integration tests'
shell: 'bash'
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'
# TODO: Add back integration tests once we resolve
# https://github.com/google-gemini/gemini-cli/issues/10517