Skip to content

Commit

Permalink
Set nightly ci to run on push to test
Browse files Browse the repository at this point in the history
  • Loading branch information
GuiMacielPereira committed Jul 24, 2024
1 parent 7708524 commit 25bc044
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:
coveralls
coverage report
# 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 25bc044

Please sign in to comment.