Skip to content

Commit

Permalink
trying xvfb display action
Browse files Browse the repository at this point in the history
  • Loading branch information
quillcraftsman committed Feb 28, 2024
1 parent fa0f260 commit 21fb412
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,11 @@ jobs:
pip install -r dev-requirements.txt
- name: Setup pynput
run: |
echo $PYNPUT_BACKEND
export PYNPUT_BACKEND=dummy
echo $PYNPUT_BACKEND
- name: Test with pytest
run: |
make coverage
echo $DISPLAY
- name: Run headless test
uses: coactions/setup-xvfb@v1
with:
run: echo $DISPLAY
# - name: Test with pytest
# run: |
# make coverage

0 comments on commit 21fb412

Please sign in to comment.