diff --git a/.github/workflows/ci-bundling-trial.yml b/.github/workflows/ci-bundling-trial.yml index e3a398eb37..43de3dd0df 100644 --- a/.github/workflows/ci-bundling-trial.yml +++ b/.github/workflows/ci-bundling-trial.yml @@ -456,5 +456,9 @@ jobs: bundle-artifact: 'gemini-bundle' - name: 'Run Integration Tests' + env: + GEMINI_API_KEY: '${{ secrets.GEMINI_API_KEY }}' + KEEP_OUTPUT: 'true' + VERBOSE: 'true' run: 'npm run test:integration:sandbox:none' shell: 'bash'