ci: disable the e2e job for now #114

Merged
TimCane merged 1 commit from chore/disable-e2e-ci into main 2026-07-07 14:54:13 +01:00
TimCane commented 2026-07-07 14:52:27 +01:00 (Migrated from github.com)

Summary

  • The e2e job reds every push to main (fails at Install e2e deps - the harness pnpm install errors out).
  • Gate the job off with if: false so a red e2e stops masking the real backend/frontend/ocr signal.
  • Original run condition kept as a comment for a one-line re-enable once the e2e setup is fixed.

Test plan

  • No product code touched; only the e2e job is affected.
  • changes, backend, frontend, ocr, contract jobs run unchanged; e2e now shows as skipped.
## Summary - The `e2e` job reds every push to `main` (fails at **Install e2e deps** - the harness pnpm install errors out). - Gate the job off with `if: false` so a red e2e stops masking the real backend/frontend/ocr signal. - Original run condition kept as a comment for a one-line re-enable once the e2e setup is fixed. ## Test plan - No product code touched; only the `e2e` job is affected. - `changes`, `backend`, `frontend`, `ocr`, `contract` jobs run unchanged; `e2e` now shows as skipped.
Sign in to join this conversation.
No description provided.