This commit is contained in:
Yiheng Xu
2025-07-31 15:16:23 +08:00
committed by GitHub
parent 718f68d247
commit bb6db7e492
2 changed files with 25 additions and 5 deletions

View File

@@ -44,5 +44,7 @@ jobs:
- name: Run E2E tests
env:
GEMINI_API_KEY: ${{ secrets.GEMINI_API_KEY }}
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
OPENAI_BASE_URL: ${{ secrets.OPENAI_BASE_URL }}
OPENAI_MODEL: ${{ secrets.OPENAI_MODEL }}
run: npm run test:integration:${{ matrix.sandbox }} -- --verbose --keep-output