Skip to content

Commit 96e90b9

Browse files
committed
ci: Use image with playwright preinstalled
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
1 parent c6d5152 commit 96e90b9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/playwright.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
needs: [gate, playwright-setup]
7979
timeout-minutes: 60
8080
name: Playwright tests ${{ matrix.shardIndex }} / ${{ matrix.shardTotal }}
81-
runs-on: ubuntu-latest
81+
runs-on: mcr.microsoft.com/playwright:v1.61.1-noble
8282
strategy:
8383
fail-fast: false
8484
matrix:
@@ -120,8 +120,8 @@ jobs:
120120
npm ci
121121
npm run build --if-present
122122
123-
- name: Install Playwright browsers
124-
run: npx playwright install --with-deps
123+
#- name: Install Playwright browsers
124+
# run: npx playwright install --with-deps
125125

126126
- name: Run Playwright tests
127127
run: npm run playwright -- --shard='${{ matrix.shardIndex }}/${{ matrix.shardTotal }}'

0 commit comments

Comments
 (0)