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 Oct 10, 2024
1 parent 0b77b2f commit 8850e70
Show file tree
Hide file tree
Showing 3 changed files with 5 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 @@ -300,7 +300,7 @@ jobs:

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

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

- name: 'Run Playwright'
id: 'playwright'
uses: docker://mcr.microsoft.com/playwright:v1.47.2-jammy
uses: docker://mcr.microsoft.com/playwright:v1.48.0-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 @@ -71,7 +71,7 @@ RUN npx run-p build:assets build:app
#
# Stage: Integration test environment
#
FROM mcr.microsoft.com/playwright:v1.47.2-jammy AS test-integration
FROM mcr.microsoft.com/playwright:v1.48.0-jammy AS test-integration
WORKDIR /app

COPY --from=npm-dev /app/ .
Expand Down
2 changes: 2 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8850e70

Please sign in to comment.