Skip to content

Commit

Permalink
Reorder steps
Browse files Browse the repository at this point in the history
  • Loading branch information
Ifropc committed Dec 19, 2024
1 parent 8cc3952 commit 7ceabed
Showing 1 changed file with 5 additions and 17 deletions.
22 changes: 5 additions & 17 deletions .github/workflows/bindings-ts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ jobs:
~/.cargo/git/db/
target/
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
- run: rustup update
- run: cargo build
- run: rustup target add wasm32-unknown-unknown
- run: make build-test-wasms

- name: Setup docker (missing on MacOS)
if: runner.os == 'macos'
run: |
Expand Down Expand Up @@ -105,23 +110,6 @@ jobs:
done;
if: runner.os == 'windows'
shell: wsl-run {0}
- run: |
while true; do
docker container inspect quickstart
sleep 15;
done;
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: Invoke-RestMethod -Uri http://localhost:8000/friendbot?addr=GBU23IVABQ7XVJMGQPVGZAX6NKHXVMUUL25KXX6BP3B5A5B7OOYCXBCH
if: runner.os == 'windows'
- run: rustup target add wasm32-unknown-unknown
- run: make build-test-wasms
- run: Invoke-RestMethod -Uri http://localhost:8000/friendbot?addr=GAPIJSEUJRERET674YWPFKMGVH4ALOKHGXTZXSCHC4VVHXNPZ42JMA7K
if: runner.os == 'windows'
- run: npm ci
if: runner.os != 'windows'
working-directory: cmd/crates/soroban-spec-typescript/ts-tests
Expand Down

0 comments on commit 7ceabed

Please sign in to comment.