Skip to content

Commit

Permalink
Add testing step
Browse files Browse the repository at this point in the history
  • Loading branch information
arixmkii committed Jul 25, 2024
1 parent baded57 commit dd2cef7
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/prepare-podman-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,17 @@ jobs:
shell: msys2 {0}
run: |
HELPER_BINARIES_DIR=`cygpath -w "$(pwd)/bin/windows"` make clean podman-remote win-gvproxy
cygpath -w $(which mingw-w64-ucrt-x86_64-qemu)
cygpath -w $(which qemu-system-x86_64w.exe)
- name: "🧪 Prepare Test Podman"
working-directory: podman-release
shell: powershell
env:
CONTAINERS_MACHINE_PROVIDER: qemu
MACHINE_TEST_TIMEOUT: 360
run: |
$env:PATH="D:\msys64\ucrt64\bin;$env:PATH"
./winmake localmachine
- name: "🛠️ Build Podman"
working-directory: podman-release
Expand Down

0 comments on commit dd2cef7

Please sign in to comment.