Skip to content

Commit

Permalink
feat: logs print out
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrinson-rise8 committed Nov 7, 2024
1 parent 6b0f5ae commit bfcc71f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/check_smoke_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ jobs:
sleep 10
docker ps
if [ "$(docker ps -q -f name=rl-service)" == "" ]; then
echo "RecordLinker Service container is not running"
docker logs rl-service
exit 1
fi
# RESP=$(curl -s http://localhost:8080/algorithm)
# echo "Response: $RESP"
Expand Down

0 comments on commit bfcc71f

Please sign in to comment.