chore: use paid zen model in e2e

This commit is contained in:
Adam
2026-03-31 10:06:40 -05:00
parent 2e78fdec43
commit 85c16926c4
3 changed files with 31 additions and 3 deletions

View File

@@ -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