Skip to content

Commit 1832b2b

Browse files
Set nightly job to run on nightly as before
Uncomment lines that were used for debugging
1 parent d0d9416 commit 1832b2b

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

.github/workflows/ci_tests_nightly.yml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
name: mvesuvio nightly build
22

3-
on: push
4-
# on:
5-
# schedule:
6-
# - cron: '0 2 * * *'
3+
on:
4+
schedule:
5+
- cron: '0 2 * * *'
76

87
jobs:
98
test:
@@ -42,7 +41,7 @@ jobs:
4241
run: |
4342
coveralls --service=github-actions
4443
45-
# # Runs System tests
46-
# - name: Run mvesuvio analysis system tests
47-
# run: |
48-
# python -m unittest discover -s ./tests/system
44+
# Runs System tests
45+
- name: Run mvesuvio analysis system tests
46+
run: |
47+
python -m unittest discover -s ./tests/system

0 commit comments

Comments
 (0)