Skip to content

Commit e4db276

Browse files
committed
[UNDERTOW-2103] Enable the openssl tests in CI
Signed-off-by: Flavia Rainone <[email protected]>
1 parent 65d8b1f commit e4db276

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
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:
@@ -62,6 +62,7 @@ jobs:
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:

0 commit comments

Comments
 (0)