Skip to content

Commit 3051a2a

Browse files
committed
separated clients in test env
1 parent a6d9550 commit 3051a2a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ jobs:
146146
# most recent LTS releases as well as latest stable builds
147147
# https://github.com/ClickHouse/ClickHouse/pulls?q=is%3Aopen+is%3Apr+label%3Arelease
148148
clickhouse: ["23.8", "24.3", "24.8", "latest"]
149+
project: ["clickhouse-http-client", "client-v2"]
149150
fail-fast: false
150151
timeout-minutes: 15
151152
name: Java client + CH ${{ matrix.clickhouse }}
@@ -185,7 +186,7 @@ jobs:
185186
EOF
186187
- name: Test Java client
187188
run: |
188-
mvn --also-make --batch-mode --no-transfer-progress --projects clickhouse-http-client,client-v2 -DclickhouseVersion=${{ matrix.clickhouse }} verify
189+
mvn --also-make --batch-mode --no-transfer-progress --projects ${{ matrix.project }} -DclickhouseVersion=${{ matrix.clickhouse }} verify
189190
- name: Upload test results
190191
uses: actions/upload-artifact@v4
191192
if: failure()

0 commit comments

Comments
 (0)