Skip to content

Commit

Permalink
Run test with pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
lordmauve committed Jan 18, 2025
1 parent 43a4462 commit e83087f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: |
export XDG_RUNTIME_DIR="$RUNNER_TEMP"
pulseaudio -D --start
xvfb-run --auto-servernum python setup.py test
xvfb-run --auto-servernum pytest
- name: Cleanup xvfb pidx
uses: bcomnes/cleanup-xvfb@v1
- uses: actions/upload-artifact@master
Expand Down

0 comments on commit e83087f

Please sign in to comment.