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
test(integration): dump compose logs on failure for diagnostics
Last CI run got past the port-collision but OPA never became ready and
all we saw was "context deadline exceeded" with no idea why. Add a
helper that dumps `docker compose logs --tail 200` and `docker compose
ps -a` when the test fails or when waitForOPA times out, so the next
failure surfaces the actual reason in the GHA log.
0 commit comments