Use xvfb-run to run tests
This commit is contained in:
parent
d027abcc3a
commit
fcd2c354ae
1 changed files with 2 additions and 2 deletions
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
|
|
@ -49,5 +49,5 @@ jobs:
|
|||
- name: 'Run Python Tests'
|
||||
run: |
|
||||
function execute() { echo -e "\033[0;34m$*\033[0m"; "$@"; }
|
||||
source venv/bin/activate
|
||||
execute python -m pytest
|
||||
execute source venv/bin/activate
|
||||
execute xvfb-run python -m pytest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue