diff options
| author | Adam <[email protected]> | 2026-03-31 10:06:40 -0500 |
|---|---|---|
| committer | Adam <[email protected]> | 2026-03-31 10:06:44 -0500 |
| commit | 85c16926c4d4c1da8f09d4ac497f7dab8d6ae74e (patch) | |
| tree | 55bced5c782335810386736453f6d6a13349e271 /.github/workflows | |
| parent | 2e78fdec43ecf98123813b4b1f1c45125004f73f (diff) | |
| download | opencode-85c16926c4d4c1da8f09d4ac497f7dab8d6ae74e.tar.gz opencode-85c16926c4d4c1da8f09d4ac497f7dab8d6ae74e.zip | |
chore: use paid zen model in e2e
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/test.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9c58be30a..f184d1ddb 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -100,6 +100,9 @@ jobs: run: bun --cwd packages/app test:e2e:local env: CI: true + OPENCODE_API_KEY: ${{ secrets.OPENCODE_API_KEY }} + OPENCODE_E2E_MODEL: opencode/claude-haiku-4-5 + OPENCODE_E2E_REQUIRE_PAID: "true" timeout-minutes: 30 - name: Upload Playwright artifacts |
