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(e2e): use host pg_isready/psql for DB readiness check
The previous implementation used `docker run --network host` which
does not work on Docker Desktop for macOS/Windows. Now uses host
pg_isready (if available) with psql fallback for cross-platform support.
0 commit comments