Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Ifropc committed Dec 12, 2024
1 parent df5d4d8 commit 4161abb
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/bindings-ts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,10 @@ jobs:
brew install docker
brew install colima
colima start
- name: Install wsl
if: runner.os == 'windows'
uses: vedantmgoyal9/setup-wsl2@main
uses: vedantmgoyal9/setup-wsl2@4edf825c69cdaad7d6a852f57c9446f83fea8b91
- name: Enable systemd
if: runner.os == 'windows'
run: |
Expand Down Expand Up @@ -69,16 +70,11 @@ jobs:
sudo systemctl status docker.service
sudo docker run hello-world
if: runner.os == 'windows'
shell: wsl-run {0} # add this to run the commands inside linux
- run: ls -la
if: runner.os == 'windows'
shell: wsl-run {0}
- run: ls -la
shell: bash
- name: Run quickstart
run: |
docker run -d --name quickstart -p 8000:8000 -e ENABLE_LOGS=true -e NETWORK=local -e ENABLE_SOROBAN_RPC=true stellar/quickstart:testing
shell: wsl-run {0}
shell: bash
- run: |
until [ "`docker inspect -f {{.State.Health.Status}} quickstart`"=="healthy" ]; do
sleep 0.1;
Expand Down

0 comments on commit 4161abb

Please sign in to comment.