test
This commit is contained in:
@@ -14,10 +14,13 @@ jobs:
|
|||||||
- name: Set up Python ${{ matrix.python-version }}
|
- name: Set up Python ${{ matrix.python-version }}
|
||||||
uses: actions/setup-python@v1
|
uses: actions/setup-python@v1
|
||||||
with:
|
with:
|
||||||
python-version: 2.7
|
python-version: 3.8
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: ./tests/run.sh
|
run: |
|
||||||
|
export PYTHONPATH=$GITHUB_WORKSPACE
|
||||||
|
export KODI_INTERACTIVE=0
|
||||||
|
./tests/run.sh
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user