From b769034b4573e5462f07da667632afdeeeca8b31 Mon Sep 17 00:00:00 2001 From: Jean-Luc Makiola Date: Mon, 6 Apr 2026 20:49:00 +0200 Subject: [PATCH] ci: disable E2E job until Postgres migration (Phase 14) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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) --- .gitea/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index eba3a20..b7add95 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -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: