Skip to content

Commit

Permalink
Update pytest command to use xvfb-run
Browse files Browse the repository at this point in the history
  • Loading branch information
Timozen committed Jan 22, 2024
1 parent d86db30 commit e084200
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/coding_lib_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,4 @@ jobs:
- name: Test with pytest
run: |
pytest -rA -vv -W ignore::DeprecationWarning --cov=jefapato --cov-report term-missing
xvfb-run pytest -rA -vv -W ignore::DeprecationWarning --cov=jefapato --cov-report term-missing

0 comments on commit e084200

Please sign in to comment.