Skip to content

Commit 0cf01df

Browse files
authored
Temporarily remove NPM integration tests till we resolve google-gemini#10517 (google-gemini#10520)
1 parent 7f8537a commit 0cf01df

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

.github/actions/verify-release/action.yml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -68,15 +68,5 @@ runs:
6868
exit 1
6969
fi
7070
71-
- name: 'Install dependencies for integration tests'
72-
shell: 'bash'
73-
working-directory: './verify'
74-
run: 'npm install'
75-
76-
- name: '🔬 Run integration tests against NPM release'
77-
working-directory: './verify'
78-
env:
79-
GEMINI_API_KEY: '${{ inputs.gemini_api_key }}'
80-
INTEGRATION_TEST_USE_INSTALLED_GEMINI: 'true'
81-
shell: 'bash'
82-
run: 'npm run test:integration:sandbox:none'
71+
# TODO: Add back integration tests once we resolve
72+
# https://github.com/google-gemini/gemini-cli/issues/10517

0 commit comments

Comments
 (0)