opengb
opengb copied to clipboard
Fix Postgres unable to connect immediately in CI
If attempting to connect to Postgres immediately after ensurePostgresRunning
, it will fail sporadically on GitHub Actions. Currently, we have a hack to check the database can be connected to in CI.