We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de8032b commit a9dbb34Copy full SHA for a9dbb34
1 file changed
.github/workflows/tests.yml
@@ -41,7 +41,8 @@ jobs:
41
python -m pip install --upgrade pip
42
pip install -r requirements.txt
43
python -m camoufox fetch
44
+ sudo apt install xvfb
45
46
- name: Run tests
47
run: |
- make test-quick
48
+ xvfb-run make test-quick
0 commit comments