Skip to content

Commit 1cd0af3

Browse files
committed
Check tests can be re-run
1 parent 79e5157 commit 1cd0af3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/maven.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,7 @@ jobs:
5656
java-version: ${{ matrix.java }}
5757
- name: Build with Maven
5858
run: mvn --show-version --batch-mode --no-transfer-progress -DtrimStackTrace=false
59+
- name: Check tests can be re-run
60+
# No need to test on all OS/Java combinations
61+
if: ${{ matrix.java == '17' && runner.os == 'Ubuntu' }}
62+
run: mvn test

0 commit comments

Comments
 (0)