Skip to content

Commit

Permalink
refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
Ifropc committed Dec 13, 2024
1 parent afbf34c commit 465275a
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 @@ -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:
Expand All @@ -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: |
Expand Down

0 comments on commit 465275a

Please sign in to comment.