From 9846da96baee92fb605b10aaf39654d1ec709467 Mon Sep 17 00:00:00 2001 From: Gleb Date: Wed, 18 Dec 2024 13:41:12 -0800 Subject: [PATCH] curl test --- .github/workflows/bindings-ts.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/bindings-ts.yml b/.github/workflows/bindings-ts.yml index 7061501e3..c6d8231ef 100644 --- a/.github/workflows/bindings-ts.yml +++ b/.github/workflows/bindings-ts.yml @@ -102,6 +102,12 @@ jobs: done; if: runner.os == 'windows' shell: wsl-run {0} + - run: curl http://localhost:8000/friendbot?addr=GA3NSVQ4OYLW6LHQMROQ7BRJ7UTWVM5TSCJEXDE4AUW73SUYWLKJ42GW + if: runner.os != 'windows' + shell: bash + - run: curl http://localhost:8000/friendbot?addr=GA3NSVQ4OYLW6LHQMROQ7BRJ7UTWVM5TSCJEXDE4AUW73SUYWLKJ42GW + if: runner.os != 'windows' + shell: wsl-run {0} - run: rustup update - run: cargo build - run: rustup target add wasm32-unknown-unknown