Skip to content

Commit

Permalink
Use xvfb so there is a UI in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jsexauer authored May 12, 2024
1 parent 632773d commit 8216dcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
python setup.py install
- name: Runt tests
run: |
python ./networkx_viewer/tests.py
xvfb-run --auto-servernum --server-args="-screen 0 1024x768x24" python ./networkx_viewer/tests.py

0 comments on commit 8216dcd

Please sign in to comment.