Skip to content

Commit 40b7e49

Browse files
committed
don't download browsers we're not using
1 parent bd60e6a commit 40b7e49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/stage-2-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ jobs:
226226
run: make dependencies
227227

228228
- name: Install Playwright browsers
229-
run: poetry run playwright install chromium --with-deps
229+
run: poetry run playwright install chromium --with-deps --only-shell
230230

231231
- name: 'Run Playwright system tests'
232232
run: make test-ui

0 commit comments

Comments
 (0)