This commit is contained in:
marco
2020-07-25 20:19:09 +02:00
parent b19395d8a1
commit 3d47fa2d29
5 changed files with 116 additions and 2 deletions

View File

@@ -35,9 +35,10 @@ jobs:
- name: Run tests
run: |
export PYTHONPATH=$GITHUB_WORKSPACE
export KODI_HOME=$GITHUB_WORKSPACE/tests/home
export KODI_INTERACTIVE=0
python tests.py
python tests/test_generic.py
- uses: actions/upload-artifact@v2
with: