We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a74c418 commit 8861f3eCopy full SHA for 8861f3e
.github/workflows/zxc-compile-code.yaml
@@ -166,13 +166,17 @@ jobs:
166
docker images
167
docker context ls
168
which docker
169
+ cd /c/Windows/system32/
170
+ ls -ltr docker*
171
172
- name: Switch to Linux mode
173
if: ${{ runner.os == 'Windows' && inputs.enable-e2e-tests && !cancelled() && !failure() }}
- shell: pwsh
174
run: |
- cd "C:\Program Files\Docker\Docker"
175
- DockerCli.exe -SwitchDaemon
176
+ dockercli.exe -SwitchDaemon
177
+# cd "C:\Program Files\Docker\Docker"
178
+# DockerCli.exe -SwitchDaemon
179
+
180
181
- name: Setup E2E Tests
182
if: ${{ inputs.enable-e2e-tests && !cancelled() && !failure() }}
0 commit comments