Skip to content

Commit be4f951

Browse files
committed
ci(build-check): install the Playwright browsers
1 parent cf919db commit be4f951

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build-check.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,8 @@ jobs:
3535
- name: Install npm dependencies
3636
run: npm ci
3737

38+
- name: Install Playwright Browsers
39+
run: npx playwright install --with-deps
40+
3841
- name: Run build
3942
run: npm run build

0 commit comments

Comments
 (0)