Skip to content

Commit 07d5a4a

Browse files
committed
fix: use more recent version of the e2e actions
Signed-off-by: Ondrej Dockal <odockal@redhat.com>
1 parent f6d14fe commit 07d5a4a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/sso-e2e-nightly-windows.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ jobs:
142142
143143
144144
- name: Create instance
145-
uses: podman-desktop/e2e/.github/actions/create-instance@213a276952d746324895f63cea0b23083013990f
145+
uses: podman-desktop/e2e/.github/actions/create-instance@2450b5d31b76aa87f4588abc86c36f73d7df2b16
146146
with:
147147
mapt-image: ${{ env.MAPT_IMAGE || '' }}
148148
mapt-version: ${{ env.MAPT_VERSION_TAG || '' }}
@@ -157,13 +157,13 @@ jobs:
157157
arm-client-secret: ${{ secrets.ARM_CLIENT_SECRET }}
158158

159159
- name: Check instance system info
160-
uses: podman-desktop/e2e/.github/actions/instance-system-info@3548105f45def129d5e3aaa5a3d922e09ac892d9
160+
uses: podman-desktop/e2e/.github/actions/instance-system-info@2450b5d31b76aa87f4588abc86c36f73d7df2b16
161161

162162
- name: Emulate X session
163-
uses: podman-desktop/e2e/.github/actions/emulate-x-session@3548105f45def129d5e3aaa5a3d922e09ac892d9
163+
uses: podman-desktop/e2e/.github/actions/emulate-x-session@2450b5d31b76aa87f4588abc86c36f73d7df2b16
164164

165165
- name: Download Podman, do not initialize
166-
uses: podman-desktop/e2e/.github/actions/download-podman-nightly@952cafee20ca82b1ce48b29c848bac1c31062245
166+
uses: podman-desktop/e2e/.github/actions/download-podman-nightly@2450b5d31b76aa87f4588abc86c36f73d7df2b16
167167
with:
168168
podman-image-tag: ${{ env.PDE2E_PODMAN }}
169169
podman-download-url: ${{ env.PODMAN_URL }}
@@ -177,17 +177,17 @@ jobs:
177177
echo "DVLPR_PASSWORD=${DVLPR_PASSWORD}" >> secrets.txt
178178
179179
- name: Run Podman Desktop Playwright E2E tests
180-
uses: podman-desktop/e2e/.github/actions/run-playwright-test@db37fcfe19c2265b4840460fa5fed1f130d9a634
180+
uses: podman-desktop/e2e/.github/actions/run-playwright-test@2450b5d31b76aa87f4588abc86c36f73d7df2b16
181181
with:
182182
pde2e-runner-tag: ${{ env.PDE2E_RUNNER }}
183-
podman-desktop-path: true
184183
fork-repo: ${{ env.PD_FORK }}
185184
branch-name: ${{ env.PD_BRANCH }}
186185
ext-repo: ${{ env.EXT_REPO }}
187186
ext-fork: ${{ env.EXT_FORK }}
188187
ext-branch: ${{ env.EXT_BRANCH }}
189188
ext-tests: ${{ env.EXT_TESTS }}
190189
npm-target: ${{ env.NPM_TARGET }}
190+
podman-path: true
191191
podman-init: ${{ env.PODMAN_INIT }}
192192
podman-start: ${{ env.PODMAN_START }}
193193
rootful: ${{ env.PODMAN_ROOTFUL }}
@@ -199,7 +199,7 @@ jobs:
199199

200200
- name: Destroy instance
201201
if: always()
202-
uses: podman-desktop/e2e/.github/actions/destroy-instance@36e440f2ac18193214f4ffa8f7f1c4c0cb8c9446
202+
uses: podman-desktop/e2e/.github/actions/destroy-instance@2450b5d31b76aa87f4588abc86c36f73d7df2b16
203203
with:
204204
mapt-image: ${{ env.MAPT_IMAGE }}
205205
mapt-version: ${{ env.MAPT_VERSION_TAG }}

0 commit comments

Comments
 (0)