Skip to content

Commit 768c3df

Browse files
committed
fix: use repo playwright version in ci
1 parent 13c4368 commit 768c3df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: ./.github/actions/install-dependencies
3636

3737
- name: Install Playwright browsers
38-
run: pnpx playwright@1.58.2 install --with-deps chromium
38+
run: pnpm exec playwright install --with-deps chromium
3939

4040
- name: Run tests
4141
run: pnpm run test --bail=1

0 commit comments

Comments
 (0)