Skip to content

Commit cf9b076

Browse files
committed
save
1 parent b099757 commit cf9b076

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
shell: pwsh
129129
run: |
130130
dir
131-
Start-Process '.\Docker%20Desktop%20Installer.exe' -Wait -ArgumentList 'install', '--accept-license', '--include-docker-cli', '--quiet', '--no-windows-containers'
131+
Start-Process '.\Docker%20Desktop%20Installer.exe' -Wait -ArgumentList 'install', '--accept-license', '--include-docker-cli', '--quiet', '--no-windows-containers' >> install.log
132132
133133
134134
- name: Setup Helm
@@ -178,6 +178,7 @@ jobs:
178178
- name: Get Windows Docker Info
179179
if: ${{ runner.os == 'Windows' && inputs.enable-e2e-tests && !cancelled() && !failure() }}
180180
run: |
181+
cat install.log
181182
docker context ls
182183
docker context use desktop-linux
183184

0 commit comments

Comments
 (0)