Skip to content

Commit

Permalink
feat: collect logs for debug
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrinson-rise8 committed Jan 21, 2025
1 parent 532db79 commit bd40d67
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/check_smoke_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bd40d67

Please sign in to comment.