test(app): run CI e2e against production builds (#45422)

This commit is contained in:
Brendan Allan 2026-08-27 09:28:23 +08:00 committed by GitHub
parent c3378f2d34
commit b20e4971db
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 144 additions and 36 deletions

View file

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