Skip to content

Commit 973cada

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

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

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

Lines changed: 7 additions & 6 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,7 +177,7 @@ 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 }}
183183
podman-desktop-path: true
@@ -188,6 +188,7 @@ jobs:
188188
ext-branch: ${{ env.EXT_BRANCH }}
189189
ext-tests: ${{ env.EXT_TESTS }}
190190
npm-target: ${{ env.NPM_TARGET }}
191+
podman-path: true
191192
podman-init: ${{ env.PODMAN_INIT }}
192193
podman-start: ${{ env.PODMAN_START }}
193194
rootful: ${{ env.PODMAN_ROOTFUL }}
@@ -199,7 +200,7 @@ jobs:
199200

200201
- name: Destroy instance
201202
if: always()
202-
uses: podman-desktop/e2e/.github/actions/destroy-instance@36e440f2ac18193214f4ffa8f7f1c4c0cb8c9446
203+
uses: podman-desktop/e2e/.github/actions/destroy-instance@2450b5d31b76aa87f4588abc86c36f73d7df2b16
203204
with:
204205
mapt-image: ${{ env.MAPT_IMAGE }}
205206
mapt-version: ${{ env.MAPT_VERSION_TAG }}

0 commit comments

Comments
 (0)