Skip to content

Commit 5d7487f

Browse files
committed
Update Playwright workflow to specify Chromium browser installation
- Changed the Playwright installation command in the GitHub Actions workflow to explicitly install the Chromium browser along with dependencies.
1 parent c1821c9 commit 5d7487f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Install dependencies
1717
run: npm run install-dependencies
1818
- name: Install Playwright Browsers
19-
run: npm exec playwright install --with-deps
19+
run: npm exec playwright install --with-deps chromium
2020
- name: Run Playwright tests
2121
run: npm run e2e-tests
2222
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)