From d0d9416f9544983b71724665243ef8d059e3ad11 Mon Sep 17 00:00:00 2001 From: GuiMacielPereira Date: Thu, 25 Jul 2024 10:12:11 +0100 Subject: [PATCH] Test nightly coverage job on push Temporalily made the job to run on push to make sure everything works as expected. --- .github/workflows/ci_tests_nightly.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci_tests_nightly.yml b/.github/workflows/ci_tests_nightly.yml index 4dabb26..733a559 100644 --- a/.github/workflows/ci_tests_nightly.yml +++ b/.github/workflows/ci_tests_nightly.yml @@ -1,8 +1,9 @@ name: mvesuvio nightly build -on: - schedule: - - cron: '0 2 * * *' +on: push +# on: +# schedule: +# - cron: '0 2 * * *' jobs: test: @@ -41,7 +42,7 @@ jobs: run: | coveralls --service=github-actions - # Runs System tests - - name: Run mvesuvio analysis system tests - run: | - python -m unittest discover -s ./tests/system + # # Runs System tests + # - name: Run mvesuvio analysis system tests + # run: | + # python -m unittest discover -s ./tests/system