Skip to content

Commit 612f94a

Browse files
committed
ci: installed the playwright browsers to ensure that tests can run
1 parent 055843f commit 612f94a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ jobs:
3636
- name: Install Dependencies
3737
run: npm ci --no-progress
3838

39+
- name: Install Playwright Browsers
40+
run: npx playwright install --with-deps chromium
41+
3942
- name: Run Tests
4043
run: npm run test
4144

0 commit comments

Comments
 (0)