Skip to content

Commit

Permalink
Test nightly coverage job on push
Browse files Browse the repository at this point in the history
Temporalily made the job to run on push to make
sure everything works as expected.
  • Loading branch information
GuiMacielPereira committed Jul 25, 2024
1 parent 71d72dc commit d0d9416
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/ci_tests_nightly.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: mvesuvio nightly build

on:
schedule:
- cron: '0 2 * * *'
on: push
# on:
# schedule:
# - cron: '0 2 * * *'

jobs:
test:
Expand Down Expand Up @@ -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

0 comments on commit d0d9416

Please sign in to comment.