From 465275a917a9834c81a4bd4847e649808d1593c8 Mon Sep 17 00:00:00 2001 From: Gleb Date: Fri, 13 Dec 2024 15:32:30 -0800 Subject: [PATCH] refactoring --- .github/workflows/bindings-ts.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/bindings-ts.yml b/.github/workflows/bindings-ts.yml index 87e340486..fd8b6d747 100644 --- a/.github/workflows/bindings-ts.yml +++ b/.github/workflows/bindings-ts.yml @@ -54,7 +54,9 @@ jobs: # https://learn.microsoft.com/en-us/windows/wsl/wsl-config#the-8-second-rule-for-configuration-changes # although the documentation says 8 seconds, we wait for 10 seconds to be safe Start-Sleep -Seconds 10 - - run: | + - name: Install Docker + if: runner.os == 'windows' + run: | systemctl list-unit-files --type=service # Add Docker's official GPG key: @@ -75,7 +77,6 @@ jobs: sudo systemctl start docker.service sudo systemctl status docker.service sudo docker run hello-world - if: runner.os == 'windows' shell: wsl-run {0} - name: Run quickstart run: |