You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ci): use SQLite for E2E tests to match local setup
Use SQLite in-memory database for E2E tests in CI to avoid
SQL dialect incompatibility (INSERT OR REPLACE is SQLite-specific).
This matches the local test setup and simplifies the CI configuration.
Removes the postgres service container as it's no longer needed.
0 commit comments