We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abfbd3f commit f579b41Copy full SHA for f579b41
.github/workflows/test-build.yml
@@ -21,6 +21,8 @@ jobs:
21
node-version: '18.13.0'
22
- name: Install dependencies
23
run: npm ci
24
+ - name: Install Playwright Browsers
25
+ run: npx playwright install --with-deps # Downloads browser binaries + OS dependencies
26
- name: Run Tests
27
run: npm run test-storybook:ci
28
test-build-scripts:
0 commit comments