From 4161abb35715367ace834297d69cb8849630a4f2 Mon Sep 17 00:00:00 2001 From: Gleb Date: Thu, 12 Dec 2024 13:43:44 -0800 Subject: [PATCH] cleanup --- .github/workflows/bindings-ts.yml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/.github/workflows/bindings-ts.yml b/.github/workflows/bindings-ts.yml index da3f63da4..eda474f3f 100644 --- a/.github/workflows/bindings-ts.yml +++ b/.github/workflows/bindings-ts.yml @@ -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: | @@ -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;