File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed
Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change 6464 for d in $(ls -d `pwd`/examples/*/); do \
6565 if [ -e $d/pom.xml ]; then cd $d && mvn --batch-mode --no-transfer-progress clean compile; fi;
6666 if [ -e $d/gradlew ]; then cd $d && ./gradlew clean build; fi;
67- done
67+ done
68+ - name : Save clickhouse-jdbc-all for tests
69+ uses : actions/upload-artifact@v4
70+ with :
71+ name : clickhouse-jdbc-archive
72+ path : $HOME/.m2/repository/com/clickhouse/clickhouse-jdbc/
73+ retention-days : 5
6874
6975# test-multi-env:
7076# needs: compile
@@ -188,13 +194,6 @@ jobs:
188194 - name : Test Java client
189195 run : |
190196 mvn --also-make --batch-mode --no-transfer-progress --projects ${{ matrix.project }} -DclickhouseVersion=${{ matrix.clickhouse }} -Dmaven.javadoc.skip=true verify
191- - name : Save clickhouse-jdbc-all for tests
192- uses : actions/upload-artifact@v4
193- if : success()
194- with :
195- name : clickhouse-jdbc-archive
196- path : $HOME/.m2/repository/com/clickhouse/clickhouse-jdbc/
197- retention-days : 5
198197 - name : Upload test results
199198 uses : actions/upload-artifact@v4
200199 if : failure()
You can’t perform that action at this time.
0 commit comments