Skip to content

Commit eedb784

Browse files
committed
[FLINK-36332] include http-client to the test matrix for unit tests
1 parent b9a34b3 commit eedb784

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
@@ -34,6 +34,7 @@ jobs:
3434
strategy:
3535
matrix:
3636
java-version: [ 11, 17, 21 ]
37+
http-client: ["okhttp", "vertx", "jetty", "jdk"]
3738
steps:
3839
- uses: actions/checkout@v4
3940
- name: Set up JDK ${{ matrix.java-version }}
@@ -44,7 +45,7 @@ jobs:
4445
cache: 'maven'
4546
- name: Build with Maven
4647
run: |
47-
mvn -B clean install javadoc:javadoc -Pgenerate-docs
48+
mvn -B clean install javadoc:javadoc -Pgenerate-docs -Dfabric8.httpclinent.impl=${{ matrix.httpclient }}
4849
if [[ $(git diff HEAD | wc -l) -gt 0 ]]; then
4950
echo "Please generate the java doc via 'mvn clean install -DskipTests -Pgenerate-docs' again"
5051
exit 1

0 commit comments

Comments
 (0)