Skip to content

Commit

Permalink
curl test
Browse files Browse the repository at this point in the history
  • Loading branch information
Ifropc committed Dec 18, 2024
1 parent b11293b commit 0cf12a5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/bindings-ts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0cf12a5

Please sign in to comment.