diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 520d2f7a8..3f0128ee4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/Dockerfile b/Dockerfile index efc608ac1..6c30075dc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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/ .