diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index c76720b..e5d08a7 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -10,6 +10,7 @@ jobs: runs-on: ubuntu-latest container: image: mcr.microsoft.com/playwright:v1.41.1-jammy + options: --user root steps: - uses: actions/checkout@v4 - uses: actions/setup-node@v4