Skip to content

Commit

Permalink
FIX tests
Browse files Browse the repository at this point in the history
  • Loading branch information
amilcarlucas committed Dec 31, 2024
1 parent e42c84b commit aad0ebb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ jobs:
- name: Test with pytest
run: |
apt-get install -y xvfb
export DISPLAY=:99
Xvfb :99 &
pytest --junitxml=unittests/test-results-${{ matrix.python-version }}.xml
- name: Upload pytest test results
Expand Down

0 comments on commit aad0ebb

Please sign in to comment.