diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index b476e0fec..2444966ff 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -9,6 +9,9 @@ jobs: test: timeout-minutes: 60 runs-on: ubuntu-latest + container: + image: mcr.microsoft.com/playwright:v1.50.1-noble + options: --user 1001 steps: - name: Checkout app uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 @@ -43,9 +46,6 @@ jobs: npm ci TESTING=true npm run build --if-present - - name: Install Playwright Browsers - run: npx playwright install --with-deps - - name: Run Playwright tests run: npx playwright test