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 May 10, 2024
1 parent 92e5b3f commit f1731b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -207,7 +207,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.0-jammy
with:
args: env HOME=/root npx playwright test --forbid-only --shard=${{ matrix.shard }}/${{ strategy.job-total }} --retries 4

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
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.0-jammy AS test-integration
WORKDIR /app

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

0 comments on commit f1731b9

Please sign in to comment.