Skip to content

Commit a9dbb34

Browse files
committed
Update tests.yml
1 parent de8032b commit a9dbb34

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ jobs:
4141
python -m pip install --upgrade pip
4242
pip install -r requirements.txt
4343
python -m camoufox fetch
44+
sudo apt install xvfb
4445
4546
- name: Run tests
4647
run: |
47-
make test-quick
48+
xvfb-run make test-quick

0 commit comments

Comments
 (0)