Skip to content

Commit

Permalink
build: try checking friendbot in health check
Browse files Browse the repository at this point in the history
  • Loading branch information
chadoh committed Sep 28, 2023
1 parent 45102ae commit 5ba10fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bindings-ts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
NETWORK: local
ENABLE_SOROBAN_RPC: true
options: >-
--health-cmd "curl -X POST \"http://localhost:8000/soroban/rpc\""
--health-cmd "curl \"http://localhost:8000/friendbot\""
--health-interval 10s
--health-timeout 5s
--health-retries 5
Expand Down

0 comments on commit 5ba10fd

Please sign in to comment.