ops
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# This is a basic workflow to help you get started with Actions
|
# This is a basic workflow to help you get started with Actions
|
||||||
|
|
||||||
name: CI
|
name: Test Suite
|
||||||
|
|
||||||
# Controls when the action will run. Triggers the workflow on push or pull request
|
# Controls when the action will run. Triggers the workflow on push or pull request
|
||||||
# events but only for the master branch
|
# events but only for the master branch
|
||||||
@@ -33,9 +33,12 @@ jobs:
|
|||||||
pip install html-testRunner
|
pip install html-testRunner
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: python test.py
|
run: |
|
||||||
|
export KODI_HOME=$GITHUB_WORKSPACE/tests/home
|
||||||
|
export KODI_INTERACTIVE=0
|
||||||
|
python tests.py
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: report
|
name: report
|
||||||
path: reports/report.html
|
path: reports/report.html
|
||||||
|
|||||||
Reference in New Issue
Block a user