diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4928e7db9..510fa5258 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.1-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 f02c86339..2a81d9cb1 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.1-jammy AS test-integration WORKDIR /app COPY --from=npm-dev /app/ .