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): let notification DB tests download mongod when none on PATH
The mongodb-memory-server harness required a system `mongod` and threw on
clean CI runners (no binary on PATH → 3 DB-backed test files failed setup).
Now it uses a system binary when present (offline-friendly local runs) and
falls back to mongodb-memory-server's own download otherwise; CI caches the
downloaded binary across runs.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments