Skip to content

Commit 791a52e

Browse files
committed
ci: add step to install Playwright browsers
1 parent 4630928 commit 791a52e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ jobs:
2929
- name: Install dependencies
3030
run: yarn
3131

32+
- name: Install Playwright Browsers
33+
run: yarn playwright install
34+
3235
- name: Build
3336
run: yarn run build
3437

0 commit comments

Comments
 (0)