Skip to content

Commit 46baf6e

Browse files
missedonexuqingtan
andauthored
ci: run CI build daily (#129)
* ci: disable build with java8 as testng 7.6+ requires java11 * ci: run CI build daily --------- Co-authored-by: Xuqing Tan <[email protected]>
1 parent 1289b90 commit 46baf6e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,15 @@ on:
66
pull_request:
77
branches:
88
- master
9+
schedule:
10+
- cron: "0 0 * * *"
911

1012
jobs:
1113
build:
1214
runs-on: ubuntu-20.04
1315
strategy:
1416
matrix:
15-
java: [ '8', '11']
17+
java: ['11']
1618

1719
steps:
1820
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)