Skip to content

Commit 1a95100

Browse files
committed
Merge branch 'pull/4238' into fix-4240
2 parents 44cc362 + 32d022e commit 1a95100

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ jobs:
183183
$env:HOME_GUEST = "/mnt$env:HOME_HOST"
184184
$env:LIMACTL_CREATE_ARGS = '--vm-type=wsl2 --mount-type=wsl2 --containerd=system'
185185
$env:_LIMA_WINDOWS_EXTRA_PATH = 'C:\Program Files\Git\usr\bin'
186+
$env:LIMA_SSH_PORT_FORWARDER = 'true'
186187
bash.exe -c "./hack/test-templates.sh templates/experimental/wsl2.yaml"
187188
188189
windows-qemu:
@@ -212,6 +213,7 @@ jobs:
212213
$env:HOME_GUEST = "$env:HOME_HOST"
213214
$env:LIMACTL_CREATE_ARGS = '--vm-type=qemu'
214215
$env:_LIMA_WINDOWS_EXTRA_PATH = 'C:\Program Files\Git\usr\bin'
216+
$env:LIMA_SSH_PORT_FORWARDER = 'true'
215217
bash.exe -c "./hack/test-templates.sh templates/default.yaml"
216218
217219
qemu:

0 commit comments

Comments
 (0)