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.
2 parents 44cc362 + 32d022e commit 1a95100Copy full SHA for 1a95100
.github/workflows/test.yml
@@ -183,6 +183,7 @@ jobs:
183
$env:HOME_GUEST = "/mnt$env:HOME_HOST"
184
$env:LIMACTL_CREATE_ARGS = '--vm-type=wsl2 --mount-type=wsl2 --containerd=system'
185
$env:_LIMA_WINDOWS_EXTRA_PATH = 'C:\Program Files\Git\usr\bin'
186
+ $env:LIMA_SSH_PORT_FORWARDER = 'true'
187
bash.exe -c "./hack/test-templates.sh templates/experimental/wsl2.yaml"
188
189
windows-qemu:
@@ -212,6 +213,7 @@ jobs:
212
213
$env:HOME_GUEST = "$env:HOME_HOST"
214
$env:LIMACTL_CREATE_ARGS = '--vm-type=qemu'
215
216
217
bash.exe -c "./hack/test-templates.sh templates/default.yaml"
218
219
qemu:
0 commit comments