Skip to content

Commit

Permalink
ci: Fix deprecated healthcheck URL
Browse files Browse the repository at this point in the history
  • Loading branch information
guille-sage committed Jan 11, 2024
1 parent 37bfbe3 commit 413c0a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- "8085:8080"
- "4566:4566"
options: >-
--health-cmd "curl http://localhost:4566/health?reload"
--health-cmd "curl http://localhost:4566/_localstack/health?reload"
--health-interval 10s
--health-timeout 5s
--health-retries 10
Expand Down

0 comments on commit 413c0a6

Please sign in to comment.