mirror of
https://github.com/anomalyco/opencode.git
synced 2026-08-30 08:12:18 +00:00
test(app): run CI e2e against production builds (#45422)
This commit is contained in:
parent
c3378f2d34
commit
b20e4971db
11 changed files with 144 additions and 36 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
|
@ -237,9 +237,9 @@ jobs:
|
|||
working-directory: packages/app
|
||||
run: bunx playwright install chromium
|
||||
|
||||
- name: Run app e2e tests
|
||||
- name: Run app e2e tests against production build
|
||||
if: env.E2E_ENABLED == 'true'
|
||||
run: bun --cwd packages/app test:e2e:local
|
||||
run: bun --cwd packages/app test:e2e:built
|
||||
env:
|
||||
CI: true
|
||||
timeout-minutes: 30
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue