ci: set GEMINI_SANDBOX=false for core tests

This commit is contained in:
mkorwel
2026-04-22 17:35:48 +00:00
parent 741616b067
commit 712f6e7486
+2
View File
@@ -382,6 +382,8 @@ jobs:
name: 'Test (Linux) - Core'
needs: build
runs-on: 'gemini-cli-ubuntu-16-core'
env:
GEMINI_SANDBOX: 'false'
steps:
- name: 'Checkout'
uses: 'actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8'