diff --git a/.github/workflows/check_smoke_tests.yml b/.github/workflows/check_smoke_tests.yml index 8da47f59..67ab680f 100644 --- a/.github/workflows/check_smoke_tests.yml +++ b/.github/workflows/check_smoke_tests.yml @@ -53,7 +53,8 @@ jobs: sleep 5 COUNT=$((COUNT+1)) if [ "$COUNT" -ge "$TRIES" ]; then - echo "RL Service did not become healthy in time." + echo "RL Service did not become healthy in time. Fetching container logs..." + docker logs rl-service exit 1 fi done