Update pythonpackage.yml

This commit is contained in:
Daniel Wróbel 2020-05-01 00:12:04 +02:00 committed by GitHub
parent 0a083e2f21
commit 488ea7e4ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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