Skip to content

Commit f579b41

Browse files
committed
Update github test-build workflow
1 parent abfbd3f commit f579b41

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test-build.yml

+2
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
node-version: '18.13.0'
2222
- name: Install dependencies
2323
run: npm ci
24+
- name: Install Playwright Browsers
25+
run: npx playwright install --with-deps # Downloads browser binaries + OS dependencies
2426
- name: Run Tests
2527
run: npm run test-storybook:ci
2628
test-build-scripts:

0 commit comments

Comments
 (0)