Skip to content

Commit 8a2f39f

Browse files
committed
ci: pin E2E runner for Playwright
1 parent 47dacb3 commit 8a2f39f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/e2e-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
test:
99
timeout-minutes: 10
10-
runs-on: ubuntu-latest
10+
runs-on: ubuntu-22.04
1111
strategy:
1212
matrix:
1313
shard: [1/3, 2/3, 3/3]
@@ -23,7 +23,7 @@ jobs:
2323

2424
- name: Get Playwright version
2525
id: playwright-version
26-
run: echo "PLAYWRIGHT_VERSION=$(jq -r .dependencies.playwright package.json)" >> "$GITHUB_OUTPUT"
26+
run: echo "PLAYWRIGHT_VERSION=$(jq -r '.devDependencies["@playwright/test"]' package.json)" >> "$GITHUB_OUTPUT"
2727

2828
- name: Install dependencies
2929
run: pnpm install

0 commit comments

Comments
 (0)