Skip to content

Commit 9a6f2df

Browse files
committed
Fix CI by preinstalling playwright deps for tests
1 parent 58cbc47 commit 9a6f2df

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,11 @@ jobs:
1717
node-version: ${{ matrix.node-version }}
1818

1919
- run: npm install --no-package-lock
20+
- name: Install Playwright for testing
21+
run: npx playwright install --with-deps
22+
2023
- run: npm test
24+
2125
- run: npm run build-storybook --quiet
2226

2327
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)