There was an error while loading. Please reload this page.
1 parent c6d5152 commit 96e90b9Copy full SHA for 96e90b9
1 file changed
.github/workflows/playwright.yml
@@ -78,7 +78,7 @@ jobs:
78
needs: [gate, playwright-setup]
79
timeout-minutes: 60
80
name: Playwright tests ${{ matrix.shardIndex }} / ${{ matrix.shardTotal }}
81
- runs-on: ubuntu-latest
+ runs-on: mcr.microsoft.com/playwright:v1.61.1-noble
82
strategy:
83
fail-fast: false
84
matrix:
@@ -120,8 +120,8 @@ jobs:
120
npm ci
121
npm run build --if-present
122
123
- - name: Install Playwright browsers
124
- run: npx playwright install --with-deps
+ #- name: Install Playwright browsers
+ # run: npx playwright install --with-deps
125
126
- name: Run Playwright tests
127
run: npm run playwright -- --shard='${{ matrix.shardIndex }}/${{ matrix.shardTotal }}'
0 commit comments