Skip to content

Commit c0be415

Browse files
authored
Update test_head.yml
1 parent 75147fd commit c0be415

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test_head.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@ jobs:
6666
java-version: '17'
6767
distribution: 'temurin'
6868
architecture: x64
69+
- name: Build
70+
run: |
71+
mvn --also-make --batch-mode --no-transfer-progress -DclickhouseVersion=$CH_VERSION -Dmaven.javadoc.skip=true -DskipTests=true clean install
6972
- name: Test R2DBC ${{ matrix.r2dbc }}
7073
run: |
7174
mvn --batch-mode --no-transfer-progress --projects clickhouse-r2dbc -DclickhouseVersion=$CH_VERSION \

0 commit comments

Comments
 (0)