We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e415f6c commit a1a63adCopy full SHA for a1a63ad
.github/workflows/build.yml
@@ -13,6 +13,18 @@ jobs:
13
java: [ 17, 21 ]
14
kubernetes: [ 'v1.28.14', 'v1.29.9','1.30.5', '1.31.1' ]
15
it-category: [ 'baseapi', 'dependent', 'workflow' ]
16
+ uses: ./.github/workflows/integration-tests.yml
17
+ with:
18
+ java-version: ${{ matrix.java }}
19
+ kube-version: ${{ matrix.kubernetes }}
20
+ it-category: ${{ matrix.it-category }}
21
+
22
+ http_client_tests:
23
+ strategy:
24
+ matrix:
25
+ java: [ 17, 21 ]
26
+ kubernetes: [ 'v1.28.14', 'v1.29.9','1.30.5', '1.31.1' ]
27
+ it-category: [ 'baseapi' ]
28
httpclient: [ 'vertx', 'jdk', 'jetty' ]
29
uses: ./.github/workflows/integration-tests.yml
30
with:
0 commit comments