Skip to content

Commit 22a07c6

Browse files
committed
Run tests daily to discover issues prior to TestNG releases
Additionally, allow triggering the workflow manually. Issue: #116
1 parent 21f80fb commit 22a07c6

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,15 @@ on:
77
pull_request:
88
branches:
99
- '*'
10+
schedule:
11+
- cron: '0 0 * * *'
12+
workflow_dispatch:
1013

1114
jobs:
1215
build:
1316
strategy:
1417
matrix:
15-
jdk: ['17', '21']
18+
jdk: [ '17', '21' ]
1619
runs-on: ubuntu-latest
1720
name: "Build (JDK ${{ matrix.jdk }})"
1821
steps:
@@ -47,7 +50,7 @@ jobs:
4750
ea-build:
4851
strategy:
4952
matrix:
50-
jdk: ['22', '23']
53+
jdk: [ '22', '23' ]
5154
runs-on: ubuntu-latest
5255
name: "Early Access Build (JDK ${{ matrix.jdk }})"
5356
steps:

0 commit comments

Comments
 (0)