mirror of https://github.com/Syncplay/syncplay
Update pythonpackage.yml
This commit is contained in:
parent
0a083e2f21
commit
488ea7e4ed
|
@ -37,5 +37,6 @@ jobs:
|
||||||
# flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
|
# flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
|
||||||
- name: Test client
|
- name: Test client
|
||||||
run: |
|
run: |
|
||||||
|
apt-get install mpv
|
||||||
python syncplayServer.py &
|
python syncplayServer.py &
|
||||||
python syncplayClient.py --no-gui -a localhost -r test -n test
|
python syncplayClient.py --no-gui -a localhost -r test -n test
|
||||||
|
|
Loading…
Reference in New Issue