From 1fcea585868e04328b0030e5d08dd58ee7a80a8b Mon Sep 17 00:00:00 2001 From: taroj1205 Date: Sun, 22 Jun 2025 18:45:45 +1200 Subject: [PATCH] chore(ci): update Playwright Docker image and adjust user options in CI pipeline --- .github/workflows/ci-pipeline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index 198c690..559297b 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -184,8 +184,8 @@ jobs: if: ${{ needs.check_changes.outputs.exists == 'true' }} runs-on: ubuntu-latest container: - image: mcr.microsoft.com/playwright:v1.53.0-jammy - options: --ipc=host + image: mcr.microsoft.com/playwright:v1.52.0-jammy + options: --user 1001 steps: - uses: actions/checkout@v4 with: