Skip to content

Commit e32eb62

Browse files
committed
install playwright browsers
1 parent 8ae8947 commit e32eb62

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/playwright.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
run: |
1818
npm ci --legacy-peer-deps
1919
npm run build:no-translate
20+
- name: Install Playwright Browsers
21+
run: npx playwright install --with-deps
2022
- name: Install wp-env
2123
run: |
2224
npm install -g @wordpress/env

0 commit comments

Comments
 (0)