Skip to content

Commit

Permalink
uses: GabrielBB/xvfb-action@v1
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Jan 29, 2023
1 parent 70694a0 commit c277d5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-code-and-run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ jobs:
run: |
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=88 --statistics
- uses: GabrielBB/xvfb-action@v1
- name: Running tests
run: |
pytest --version
# make install test work...
export DISPLAY=:0.0
export PYTHONPATH=$(python -m site --user-site)
pytest tests/ --ignore=tests/system/data/ --showlocals --verbose --show-capture=all --log-level=debug

0 comments on commit c277d5d

Please sign in to comment.