1 parent 47dacb3 commit 8a2f39fCopy full SHA for 8a2f39f
1 file changed
.github/workflows/e2e-tests.yml
@@ -7,7 +7,7 @@ on:
7
jobs:
8
test:
9
timeout-minutes: 10
10
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
11
strategy:
12
matrix:
13
shard: [1/3, 2/3, 3/3]
@@ -23,7 +23,7 @@ jobs:
23
24
- name: Get Playwright version
25
id: playwright-version
26
- run: echo "PLAYWRIGHT_VERSION=$(jq -r .dependencies.playwright package.json)" >> "$GITHUB_OUTPUT"
+ run: echo "PLAYWRIGHT_VERSION=$(jq -r '.devDependencies["@playwright/test"]' package.json)" >> "$GITHUB_OUTPUT"
27
28
- name: Install dependencies
29
run: pnpm install
0 commit comments