We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad5187b commit e61607fCopy full SHA for e61607f
.github/workflows/build.yml
@@ -85,6 +85,10 @@ jobs:
85
distribution: 'temurin'
86
java-version: 8
87
cache: 'maven'
88
+ # or take below workaround as mentioned at https://github.com/actions/virtual-environments/issues/1499#issuecomment-689467080
89
+ # -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120
90
+ - name: Check
91
+ run: mvn --batch-mode --update-snapshots -Drelease -DskipTests install
92
- name: Build
93
run: |
94
mvn --batch-mode --update-snapshots -Drelease -DclickhouseVersion=${{ matrix.clickhouse }} -Dprotocol=${{ matrix.protocol }} verify
0 commit comments