chore(ci): update Playwright Docker image and adjust user options in CI pipeline

This commit is contained in:
taroj1205 2025-06-22 18:45:45 +12:00
parent 4e2eccbbc9
commit 1fcea58586
No known key found for this signature in database
GPG key ID: 0FCB6CFFE0981AB7

View file

@ -184,8 +184,8 @@ jobs:
if: ${{ needs.check_changes.outputs.exists == 'true' }} if: ${{ needs.check_changes.outputs.exists == 'true' }}
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: container:
image: mcr.microsoft.com/playwright:v1.53.0-jammy image: mcr.microsoft.com/playwright:v1.52.0-jammy
options: --ipc=host options: --user 1001
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with: with: