Skip to content

Commit 5fd7e30

Browse files
committed
[dependabot skip] Fix Playwright versions
1 parent a79690d commit 5fd7e30

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ jobs:
438438

439439
- name: 'Run Playwright'
440440
id: 'playwright'
441-
uses: docker://mcr.microsoft.com/playwright:v1.58.2-jammy
441+
uses: docker://mcr.microsoft.com/playwright:v1.59.1-jammy
442442
with:
443443
args: env HOME=/root npx playwright test visual-regression --forbid-only --shard=${{ matrix.shard }}/${{ strategy.job-total }} --retries 4
444444

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ RUN npm run build:assets && npm run build:app
8181
#
8282
# Stage: Integration test environment
8383
#
84-
FROM mcr.microsoft.com/playwright:v1.58.2-jammy AS test-integration
84+
FROM mcr.microsoft.com/playwright:v1.59.1-jammy AS test-integration
8585
WORKDIR /app
8686

8787
COPY --from=npm-dev /app/ .

0 commit comments

Comments
 (0)