Skip to content

Commit 5e86f64

Browse files
authored
devops: fix playwright installation (#51)
1 parent 4f1391b commit 5e86f64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: pnpm build
2727

2828
- name: Install Playwright Browsers
29-
run: pnpm dlx playwright install --with-deps
29+
run: pnpm dlx playwright@1.47.1 install --with-deps
3030

3131
- name: Run Playwright tests
3232
run: pnpm test

0 commit comments

Comments
 (0)