Skip to content

Commit

Permalink
taking out health check
Browse files Browse the repository at this point in the history
  • Loading branch information
ericbuckley committed Jan 23, 2025
1 parent 066fbdd commit a7458fe
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/check_smoke_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,8 @@ jobs:
--network="host" \
-e DB_URI=$DB_URI \
-p 8080:8080 \
--health-cmd="curl --fail http://localhost:8080/ || exit 1" \
--health-interval=5s \
--health-retries=3 \
rl-service-image
sleep 10
./scripts/smoke_tests.sh http://localhost:8080

0 comments on commit a7458fe

Please sign in to comment.