Skip to content

Commit

Permalink
Test toolkit
Browse files Browse the repository at this point in the history
  • Loading branch information
arixmkii committed Feb 1, 2025
1 parent 4f36a34 commit 23491b4
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/prepare-lima-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,9 @@ jobs:
Import-module -Name Appx -UseWindowsPowerShell
Add-AppxPackage https://github.com/microsoft/WSL/releases/download/2.4.9/Microsoft.WSL_2.4.9.0_x64_ARM64.msixbundle
wsl --version
wsl --set-default-version 2
wsl --install --from-file qcw-art/qcw-alpine/lima-infra.wsl
wsl --list
wsl -l -v
wsl -d lima-infra cat /etc/os-release
- name: "📝 Fetch sources"
shell: msys2 {0}
Expand All @@ -76,6 +77,13 @@ jobs:
run: |
cp -f ../qcw-art/qcw-go-wsllinks/go-wsllinks.exe ./contrib/bundle-wsl/go-wsllinks.exe
make binaries add-bundles
- name: "🧪 Test Lima toolkit"
working-directory: lima-release/_output/bin/bundle-wsl
shell: pwsh
run: |
dir
wsl -d lima-infra -u lima cygpath c:/test/out1
.\cygpath c:/test/out2
- name: "🧪 Test Lima WSL2"
working-directory: lima-release/_output/bin
shell: pwsh
Expand Down

0 comments on commit 23491b4

Please sign in to comment.