@@ -7,7 +7,7 @@ name: Test Suite
|
|||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '00 17 * * *'
|
- cron: '30 17 * * *'
|
||||||
|
|
||||||
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
|
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
|
||||||
jobs:
|
jobs:
|
||||||
@@ -40,12 +40,7 @@ jobs:
|
|||||||
export KODI_HOME=$GITHUB_WORKSPACE/tests/home
|
export KODI_HOME=$GITHUB_WORKSPACE/tests/home
|
||||||
python tests/test_generic.py
|
python tests/test_generic.py
|
||||||
|
|
||||||
- name: Pushe to website
|
- uses: actions/upload-artifact@v2
|
||||||
uses: cpina/github-action-push-to-another-repository@master
|
|
||||||
env:
|
|
||||||
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
|
|
||||||
with:
|
with:
|
||||||
source-directory: 'report'
|
name: report
|
||||||
destination-github-username: 'kodiondemand'
|
path: reports/report.html
|
||||||
destination-repository-name: 'kodiondemand.github.io'
|
|
||||||
user-email: test@test.test
|
|
||||||
|
|||||||
Reference in New Issue
Block a user