Skip to content

Commit

Permalink
[dependabot skip] Fix Playwright versions
Browse files Browse the repository at this point in the history
  • Loading branch information
prereview-bot committed Jun 14, 2024
1 parent 5693390 commit 5b8dfef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ jobs:

- name: 'Run Playwright'
id: 'playwright'
uses: docker://mcr.microsoft.com/playwright:v1.42.1-jammy
uses: docker://mcr.microsoft.com/playwright:v1.44.1-jammy
with:
args: env HOME=/root npx playwright test integration --forbid-only --shard=${{ matrix.shard }}/${{ strategy.job-total }} --retries 4

Expand Down Expand Up @@ -300,7 +300,7 @@ jobs:

- name: 'Run Playwright'
id: 'playwright'
uses: docker://mcr.microsoft.com/playwright:v1.42.1-jammy
uses: docker://mcr.microsoft.com/playwright:v1.44.1-jammy
with:
args: env HOME=/root npx playwright test visual-regression --forbid-only --shard=${{ matrix.shard }}/${{ strategy.job-total }} --retries 4

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ RUN npm run build
#
# Stage: Integration test environment
#
FROM mcr.microsoft.com/playwright:v1.42.1-jammy AS test-integration
FROM mcr.microsoft.com/playwright:v1.44.1-jammy AS test-integration
WORKDIR /app

COPY --from=npm-dev /app/ .
Expand Down

0 comments on commit 5b8dfef

Please sign in to comment.