From dd2cef7baf4c4aecefc9f873d139ace45e72f52c Mon Sep 17 00:00:00 2001 From: Arthur Sengileyev Date: Thu, 25 Jul 2024 14:07:31 +0300 Subject: [PATCH] Add testing step --- .github/workflows/prepare-podman-release.yml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.github/workflows/prepare-podman-release.yml b/.github/workflows/prepare-podman-release.yml index 48c9815..f124276 100644 --- a/.github/workflows/prepare-podman-release.yml +++ b/.github/workflows/prepare-podman-release.yml @@ -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