Skip to content

Commit fe83307

Browse files
committed
Add debug info for intgreation tests workflow
1 parent 8640bb0 commit fe83307

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/integration-tests.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,17 @@ jobs:
2222
if: env.SKIP_STEP != 'true'
2323
uses: gradle/gradle-build-action@v2
2424
with:
25-
arguments: :flink-connector-clickhouse-base:publishToMavenLocal
25+
arguments: :flink-connector-clickhouse-base:publishToMavenLocal --info --stacktrace --continue
2626
- name: Publish locally base
2727
if: env.SKIP_STEP != 'true'
2828
uses: gradle/gradle-build-action@v2
2929
with:
30-
arguments: :flink-connector-clickhouse-1.17:publishToMavenLocal
30+
arguments: :flink-connector-clickhouse-1.17:publishToMavenLocal --info --stacktrace --continue
3131
- name: Publish locally base
3232
if: env.SKIP_STEP != 'true'
3333
uses: gradle/gradle-build-action@v2
3434
with:
35-
arguments: :flink-connector-clickhouse-2.0.0:publishToMavenLocal
35+
arguments: :flink-connector-clickhouse-2.0.0:publishToMavenLocal --info --stacktrace --continue
3636

3737

3838

0 commit comments

Comments
 (0)