diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 1ff86fad47828..f2f57181aeb8f 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -79,6 +79,8 @@ jobs: timeout-minutes: 60 name: Playwright tests ${{ matrix.shardIndex }} / ${{ matrix.shardTotal }} runs-on: ubuntu-latest + container: + image: mcr.microsoft.com/playwright:v1.61.1-noble strategy: fail-fast: false matrix: @@ -120,8 +122,8 @@ jobs: npm ci npm run build --if-present - - name: Install Playwright browsers - run: npx playwright install --with-deps + #- name: Install Playwright browsers + # run: npx playwright install --with-deps - name: Run Playwright tests run: npm run playwright -- --shard='${{ matrix.shardIndex }}/${{ matrix.shardTotal }}'