mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-18 15:33:02 +00:00
don't install unused browsers for playwright
tests use firefox, only install firefox on ci
This commit is contained in:
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -252,7 +252,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Ensure browsers are installed for playwright
|
- name: Ensure browsers are installed for playwright
|
||||||
if: matrix.browser
|
if: matrix.browser
|
||||||
run: python -m playwright install --with-deps
|
run: python -m playwright install --with-deps firefox
|
||||||
|
|
||||||
- name: Run pytest
|
- name: Run pytest
|
||||||
run: |
|
run: |
|
||||||
|
Reference in New Issue
Block a user