Skip to content

Commit 3cbaaa0

Browse files
committed
Install just chromium for tests in CI
1 parent 2c84b17 commit 3cbaaa0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
- run: npm install --no-package-lock
1818
- name: Install Playwright for testing
19-
run: npx playwright install
19+
run: npx playwright install chromium
2020

2121
- run: npm test
2222

0 commit comments

Comments
 (0)