Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ifropc committed Dec 5, 2024
1 parent 7be111a commit 9aab5ce
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/bindings-ts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ jobs:
if: runner.os == 'macos'
run: |
brew install docker
# colima start
brew install colima
colima start
- name: Run quickstart
run: |
docker run -d --name quickstart stellar/quickstart:testing \
Expand All @@ -51,7 +52,7 @@ jobs:
--health-interval 10s \
--health-timeout 5s \
--health-retries 50
- run: docker inspect -f {{.State.Running}} quickstart
- run: docker inspect -f {{.State.Health.Status}} quickstart
- run: rustup update
- run: cargo build
- run: rustup target add wasm32-unknown-unknown
Expand Down

0 comments on commit 9aab5ce

Please sign in to comment.