ghostguild-org/.forgejo
Jennie Robinson Faber 386cb7e4b2
Some checks failed
Test / vitest (push) Successful in 11m11s
Test / playwright (push) Failing after 7m21s
Test / visual (push) Failing after 7m40s
Test / Notify on failure (push) Successful in 2s
fix(ci): use --network host for Mongo + add diagnostics
Wait-for-Mongo timed out at 30s after Start-MongoDB succeeded — typical
Docker-in-Docker symptom where -p port mapping binds to a network the
runner's node process can't see. --network host puts Mongo in the
runner's network namespace so localhost:27017 reaches it.

Also dump 'docker ps' after start and 'docker logs mongo-ci' on failure
so the next-step debugging isn't blind.
2026-05-01 07:36:11 +01:00
..
workflows fix(ci): use --network host for Mongo + add diagnostics 2026-05-01 07:36:11 +01:00