From 45102aeb7f2e1bb654ae64306ccb1a9dc14bf079 Mon Sep 17 00:00:00 2001 From: Chad Ostrowski <221614+chadoh@users.noreply.github.com> Date: Thu, 28 Sep 2023 14:30:40 +0200 Subject: [PATCH] build: ok not before cloning tho --- .github/workflows/bindings-ts.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/bindings-ts.yml b/.github/workflows/bindings-ts.yml index f2d5587c5..642c13c53 100644 --- a/.github/workflows/bindings-ts.yml +++ b/.github/workflows/bindings-ts.yml @@ -25,13 +25,13 @@ jobs: --health-timeout 5s --health-retries 5 steps: + - run: echo $CARGO_TARGET_DIR + - uses: actions/checkout@v3 - 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 with: path: |