This commit is contained in:
mac12m99
2021-01-24 16:34:43 +01:00
parent f878c1f224
commit 245196fa7d

View File

@@ -14,10 +14,13 @@ jobs:
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
with:
python-version: 2.7
python-version: 3.8
- name: Run tests
run: ./tests/run.sh
run: |
export PYTHONPATH=$GITHUB_WORKSPACE
export KODI_INTERACTIVE=0
./tests/run.sh
- uses: actions/upload-artifact@v2
with: