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
feat: inspect docker compose failure on self-hosted e2e action (#3817)
It's hard to debug docker compose failure on other repositories since they can't see the `docker compose ps` and `docker compose logs`. One problem occurred here: getsentry/relay#4940
This PR aims to provide both commands if failure happens.
0 commit comments