Skip to content

Commit 6444b35

Browse files
Add xvfb
1 parent 79f9a8b commit 6444b35

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/pr-check.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,12 @@ jobs:
8989
- name: Update pip, install wheel and nox (again)
9090
run: python -m pip install -U pip wheel nox
9191
shell: bash
92+
93+
- name: Start xvfb on Linux
94+
run: |
95+
/usr/bin/Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
96+
echo ">>> Started xvfb"
97+
if: ${{ runner.os }} == 'Linux'
9298

9399
- name: Run tests
94100
run: python -m nox --session tests

0 commit comments

Comments
 (0)