ci: disable E2E job until Postgres migration (Phase 14)
E2E tests run against SQLite but the codebase has moved to multi-user Postgres schema (userId on categories, items, etc). SQLite schema diverged at v2.0 — E2E needs Postgres to work again. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -30,6 +30,7 @@ jobs:
|
||||
run: bun run build
|
||||
|
||||
e2e:
|
||||
if: false # Disabled: E2E requires Postgres (Phase 14) — SQLite schema diverged at v2.0
|
||||
needs: ci
|
||||
runs-on: docker
|
||||
container:
|
||||
|
||||
Reference in New Issue
Block a user