Skip to content

Commit a370cd6

Browse files
committed
save
1 parent 3c47da1 commit a370cd6

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

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

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -123,14 +123,6 @@ jobs:
123123
curl -O https://desktop.docker.com/win/main/amd64/Docker%20Desktop%20Installer.exe
124124
ls -ltr
125125
126-
- name: Install Docker Desktop for Windows
127-
if: ${{ runner.os == 'Windows' && inputs.enable-e2e-tests && !cancelled() && !failure() }}
128-
shell: pwsh
129-
run: |
130-
dir
131-
Start-Process '.\Docker%20Desktop%20Installer.exe' -Wait -ArgumentList 'install', '--backend=hyper-v', '--accept-license', '--include-docker-cli', '--quiet', '--no-windows-containers' >> install.log
132-
133-
134126
- name: Setup Helm
135127
uses: azure/setup-helm@29960d0f5f19214b88e1d9ba750a9914ab0f1a2f # v4.0.0
136128
if: ${{ (inputs.enable-unit-tests || inputs.enable-e2e-tests) && !cancelled() && !failure() }}
@@ -181,18 +173,6 @@ jobs:
181173
cat install.log
182174
docker context ls
183175
184-
- name: Switch to Linux mode using docker context
185-
if: ${{ runner.os == 'Windows' && inputs.enable-e2e-tests && !cancelled() && !failure() }}
186-
run: |
187-
echo test
188-
189-
- name: Switch to Linux mode using DockerCli.exe
190-
shell: pwsh
191-
if: ${{ runner.os == 'Windows' && inputs.enable-e2e-tests && !cancelled() }}
192-
run: |
193-
cd "C:\Program Files\Docker\Docker"
194-
.\DockerCli.exe -SwitchLinuxEngine
195-
196176
- name: Setup E2E Tests Windows
197177
if: ${{ runner.os == 'Windows' && inputs.enable-e2e-tests && !cancelled() && !failure() }}
198178
run: |

0 commit comments

Comments
 (0)