Use xvfb-run to run tests

This commit is contained in:
Elias Müller 2022-07-09 19:17:23 +02:00 committed by jaseg
parent d027abcc3a
commit fcd2c354ae

View file

@ -49,5 +49,5 @@ jobs:
- name: 'Run Python Tests' - name: 'Run Python Tests'
run: | run: |
function execute() { echo -e "\033[0;34m$*\033[0m"; "$@"; } function execute() { echo -e "\033[0;34m$*\033[0m"; "$@"; }
source venv/bin/activate execute source venv/bin/activate
execute python -m pytest execute xvfb-run python -m pytest