We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ff3d7d commit 9ba4cc6Copy full SHA for 9ba4cc6
1 file changed
.github/workflows/java-all-versions.yml
@@ -28,6 +28,7 @@ jobs:
28
with:
29
name: Java 8 Test Report
30
path: 'test-results/**/*.xml'
31
+ report-type: junit
32
33
- name: Test with Java 11
34
run: ./gradlew test -PtestOnJava=11 --stacktrace
0 commit comments