Skip to content

Commit

Permalink
More debug
Browse files Browse the repository at this point in the history
  • Loading branch information
niallthomson committed Feb 20, 2025
1 parent b87d12f commit ef707f1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
if [ $exit_code -ne 0 ]; then
echo "Compose up failed"
docker ps
docker inspect --format "{{json .State.Health }}" app-ui-1 || true
docker logs app-ui-1 || true
docker inspect --format "{{json .State.Health }}" ui-ui-1 || true
docker logs ui-ui-1 || true
exit $exit_code
fi
sleep 60
Expand Down Expand Up @@ -124,6 +124,7 @@ jobs:
if [ $exit_code -ne 0 ]; then
echo "Pods failed to be ready"
kubectl get pods
kubectl logs deployment/ui -p
exit $exit_code
fi
Expand Down

0 comments on commit ef707f1

Please sign in to comment.