Skip to content

Commit 89e3f61

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

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+
21+
- name: Install Playwright Browsers
22+
uses: microsoft/playwright-github-action@v1
2023
- run: npm test
24+
2125
- run: npm run build-storybook --quiet
2226

2327
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)