diff --git a/.github/workflows/bindings-ts.yml b/.github/workflows/bindings-ts.yml index 7061501e3..5ea99a9d2 100644 --- a/.github/workflows/bindings-ts.yml +++ b/.github/workflows/bindings-ts.yml @@ -102,6 +102,14 @@ 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: Invoke-RestMethod -Uri http://localhost:8000/friendbot?addr=GDMSMNH2Y4RONFEZT6U7SCZP34L5XAAXWHQKELXUW6D2CUT6HNNBEXXY + if: runner.os == 'windows' - run: rustup update - run: cargo build - run: rustup target add wasm32-unknown-unknown