Skip to content

Commit 29abb23

Browse files
committed
save
1 parent 720cb2f commit 29abb23

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/zxc-compile-code.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,10 @@ jobs:
144144
if: ${{ runner.os == 'Windows' && inputs.enable-e2e-tests && !cancelled() && !failure() }}
145145
shell: wsl-bash {0}
146146
run: |
147-
sudo service docker start
147+
sudo service docker restart
148148
sudo service docker status
149+
docker context ls
150+
sudo ps aux | grep docker
149151
sudo docker version
150152
sudo docker -D run hello-world
151153

0 commit comments

Comments
 (0)