Skip to content

Commit 955642e

Browse files
authored
Update build.yml
added debug info
1 parent 663701e commit 955642e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,11 @@ jobs:
5757
cache: "maven"
5858
- name: Build and install libraries
5959
run: mvn --batch-mode --no-transfer-progress --show-version --strict-checksums --threads 2 -Dmaven.wagon.rto=30000 -Dj8 -DskipITs install
60+
- name: List local repo
61+
run: |
62+
ls -l $HOME/.m2/;
63+
ls -l $HOME/.m2/repository/;
64+
ls -l $HOME/.m2/repository/com/clickhouse/;
6065
- name: Compile examples
6166
run: |
6267
export LIB_VER=$(grep '<revision>' pom.xml | sed -e 's|[[:space:]]*<[/]*revision>[[:space:]]*||g')
@@ -69,7 +74,7 @@ jobs:
6974
uses: actions/upload-artifact@v4
7075
with:
7176
name: clickhouse-jdbc-archive
72-
path: $HOME/.m2/repository/com/clickhouse/clickhouse-jdbc/
77+
path: $HOME/.m2/repository/com/clickhouse/clickhouse-jdbc/**
7378
retention-days: 5
7479

7580
# test-multi-env:

0 commit comments

Comments
 (0)