From 6095d0e5812c145c174cef7acf8e25dd80435b38 Mon Sep 17 00:00:00 2001 From: Chad Ostrowski <221614+chadoh@users.noreply.github.com> Date: Thu, 28 Sep 2023 13:35:26 +0200 Subject: [PATCH] build: troubleshoot first --- .github/workflows/bindings-ts.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/bindings-ts.yml b/.github/workflows/bindings-ts.yml index c56d0635b..f2d5587c5 100644 --- a/.github/workflows/bindings-ts.yml +++ b/.github/workflows/bindings-ts.yml @@ -25,6 +25,11 @@ jobs: --health-timeout 5s --health-retries 5 steps: + - run: curl -X POST "http://localhost:8000/soroban/rpc" + - run: curl "http://localhost:8000/friendbot?addr=$(./soroban config identity address)" + working-directory: cmd/crates/soroban-spec-typescript/ts-tests + - run: ./soroban config identity fund --network standalone + working-directory: cmd/crates/soroban-spec-typescript/ts-tests - run: echo $CARGO_TARGET_DIR - uses: actions/checkout@v3 - uses: actions/cache@v3 @@ -41,8 +46,5 @@ jobs: - run: rustup target add wasm32-unknown-unknown - run: make build-test-wasms - run: curl "http://localhost:8000/friendbot?addr=$(./soroban config identity address)" - working-directory: cmd/crates/soroban-spec-typescript/ts-tests - - run: ./soroban config identity fund - working-directory: cmd/crates/soroban-spec-typescript/ts-tests - run: npm ci && npm run test working-directory: cmd/crates/soroban-spec-typescript/ts-tests