Skip to content

Commit 24cd151

Browse files
committed
[FLINK-36332] include http-client to the test matrix for unit tests
1 parent 4990f9b commit 24cd151

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
strategy:
3232
matrix:
3333
java-version: [ 11, 17, 21 ]
34+
http-client: ["okhttp", "vertx", "jetty", "jdk"]
3435
steps:
3536
- uses: actions/checkout@v4
3637
- name: Set up JDK ${{ matrix.java-version }}
@@ -41,7 +42,7 @@ jobs:
4142
cache: 'maven'
4243
- name: Build with Maven
4344
run: |
44-
mvn -B clean install javadoc:javadoc -Pgenerate-docs
45+
mvn -B clean install javadoc:javadoc -Pgenerate-docs -Dfabric8.httpclinent.impl=${{ matrix.httpclient }}
4546
if [[ $(git diff HEAD | wc -l) -gt 0 ]]; then
4647
echo "Please generate the java doc via 'mvn clean install -DskipTests -Pgenerate-docs' again"
4748
exit 1

0 commit comments

Comments
 (0)