Skip to content

Commit 9745292

Browse files
committed
use testing-prerelease
Signed-off-by: Philippe Martin <[email protected]>
1 parent 4218b54 commit 9745292

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/e2e-tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,9 @@ jobs:
8484
- name: Download Podman Desktop
8585
shell: bash
8686
run: |
87-
PD_VERSION=1.23.1
87+
PD_VERSION=1.24.0-202512010926-c9f179c28b7
8888
echo "Downloading PD desktop to ${{ github.workspace }}/podman-desktop"
89-
curl -sL "https://github.com/podman-desktop/podman-desktop/releases/download/v${PD_VERSION}/podman-desktop-${PD_VERSION}.tar.gz" | tar xvz
89+
curl -sL "https://github.com/podman-desktop/testing-prereleases/releases/download/v${PD_VERSION}/podman-desktop-${PD_VERSION}.tar.gz" | tar xvz
9090
# Move the extracted folder to the podman-desktop folder
9191
mv podman-desktop-${PD_VERSION}/ podman-desktop/
9292
echo "PODMAN_DESKTOP_BINARY_PATH=$(pwd)/podman-desktop/podman-desktop" >> $GITHUB_ENV

0 commit comments

Comments
 (0)