From 5ba10fd96d87519ad0e09e88f312cf1fa7bd2b4b Mon Sep 17 00:00:00 2001 From: Chad Ostrowski <221614+chadoh@users.noreply.github.com> Date: Thu, 28 Sep 2023 14:39:39 +0200 Subject: [PATCH] build: try checking friendbot in health check --- .github/workflows/bindings-ts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bindings-ts.yml b/.github/workflows/bindings-ts.yml index 642c13c53..71f3aea20 100644 --- a/.github/workflows/bindings-ts.yml +++ b/.github/workflows/bindings-ts.yml @@ -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