We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43a4462 commit e83087fCopy full SHA for e83087f
.github/workflows/test.yml
@@ -27,7 +27,7 @@ jobs:
27
run: |
28
export XDG_RUNTIME_DIR="$RUNNER_TEMP"
29
pulseaudio -D --start
30
- xvfb-run --auto-servernum python setup.py test
+ xvfb-run --auto-servernum pytest
31
- name: Cleanup xvfb pidx
32
uses: bcomnes/cleanup-xvfb@v1
33
- uses: actions/upload-artifact@master
0 commit comments