File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 5252 **/surefire*-reports/*.txt
5353 **/*.dump*
5454 test-matrix :
55- name : JDK ${{ matrix.jdk }} - ${{ matrix.module }} - ${{ matrix.os }}
55+ name : JDK ${{ matrix.jdk }} - ${{ matrix.module }} - ${{ matrix.os }} ${{ matrix.ssl && '- openssl' || '' }}
5656 runs-on : ${{ matrix.os }}
5757 needs : build-all
5858 strategy :
6262 module : [core]
6363 jdk : [17, 21]
6464 openjdk_impl : [ temurin ]
65+ ssl : [false, true]
6566 steps :
6667 - name : Update hosts - linux
6768 if : matrix.os == 'ubuntu-latest'
@@ -104,7 +105,7 @@ jobs:
104105 - name : Print Version
105106 run : mvn -v
106107 - name : Run Tests
107- run : mvn -U -B -fae test -Pproxy '-DfailIfNoTests=false' -pl ${{ matrix.module }}
108+ run : mvn -U -B -fae test -Pproxy '-Dopenssl=${{ matrix.ssl }} - DfailIfNoTests=false' -pl ${{ matrix.module }}
108109 - uses : actions/upload-artifact@v4
109110 if : failure()
110111 with :
You can’t perform that action at this time.
0 commit comments