Skip to content

Commit 1bef769

Browse files
committed
Added service name as a parameter
1 parent 51c04de commit 1bef769

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/unit_tests_nightly.yml

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

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

77
jobs:
88
test:
@@ -37,5 +37,5 @@ jobs:
3737
env:
3838
COVERALLS_REPO_TOKEN : ${{ secrets.COVERALLS_REPO_TOKEN }}
3939
run: |
40-
coveralls
40+
coveralls --service=github
4141
coverage report

0 commit comments

Comments
 (0)