From 691a9f28fa31468bde84200d600507bb5938475d Mon Sep 17 00:00:00 2001 From: Alhaziel01 Date: Tue, 28 Jul 2020 20:24:06 +0200 Subject: [PATCH] Revert "test suite push sul sito" This reverts commit 1a17b493aa21bde9d33475bc48a544b161ebc904. --- .github/workflows/tests.yml | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1846c19b..30eb46f0 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -7,7 +7,7 @@ name: Test Suite on: workflow_dispatch: 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 jobs: @@ -40,12 +40,7 @@ jobs: export KODI_HOME=$GITHUB_WORKSPACE/tests/home python tests/test_generic.py - - name: Pushe to website - uses: cpina/github-action-push-to-another-repository@master - env: - API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }} + - uses: actions/upload-artifact@v2 with: - source-directory: 'report' - destination-github-username: 'kodiondemand' - destination-repository-name: 'kodiondemand.github.io' - user-email: test@test.test + name: report + path: reports/report.html