Skip to content

Commit 094c8ee

Browse files
authored
fix: Update playwright.yml (#570)
Restores the browser installation block (oops).
1 parent d2bfe53 commit 094c8ee

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/playwright.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,9 @@ jobs:
8383
- name: Install dependencies
8484
run: npm ci
8585

86+
- name: Install Playwright Browsers
87+
run: npx playwright install --with-deps
88+
8689
- name: Build Affected Projects
8790
if: steps.get_workspaces.outputs.affected_workspaces != ''
8891
run: |

0 commit comments

Comments
 (0)