Skip to content

Commit

Permalink
win print health
Browse files Browse the repository at this point in the history
  • Loading branch information
Ifropc committed Dec 14, 2024
1 parent ef44032 commit 70ec673
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/bindings-ts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ jobs:
if: runner.os == 'windows'
shell: wsl-run {0}
- run: |
docker inspect -f {{.State.Health.Status}} quickstart
until [ "`docker inspect -f {{.State.Health.Status}} quickstart`"=="healthy" ]; do
sleep 0.1;
done;
Expand Down

0 comments on commit 70ec673

Please sign in to comment.