fix(ci): prevent workspace binary shadowing in release verification (#28132)

This commit is contained in:
Gal Zahavi
2026-06-24 15:04:47 -07:00
committed by GitHub
parent f8541cf7a2
commit 02c6c77324
+3 -1
View File
@@ -98,4 +98,6 @@ runs:
# See https://github.com/google-gemini/gemini-cli/issues/10517
CI: 'false'
shell: 'bash'
run: 'npm run test:integration:sandbox:none'
run: |
export INTEGRATION_TEST_GEMINI_BINARY_PATH=$(which gemini)
npm run test:integration:sandbox:none