Skip to content

Commit 2de44d5

Browse files
committed
Output some debug info in github action
1 parent cd5f35d commit 2de44d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
CLICKHOUSE_CLOUD_PASSWORD: ${{ secrets.INTEGRATIONS_TEAM_TESTS_CLOUD_PASSWORD_SMT }}
4040
FLINK_VERSION: ${{ matrix.flink }}
4141
with:
42-
arguments: :flink-connector-clickhouse-1.17:test
42+
arguments: :flink-connector-clickhouse-1.17:test --info --stacktrace --continue
4343
test-flink-2:
4444
runs-on: ubuntu-latest
4545
strategy:
@@ -74,4 +74,4 @@ jobs:
7474
CLICKHOUSE_CLOUD_HOST: ${{ secrets.INTEGRATIONS_TEAM_TESTS_CLOUD_HOST_SMT }}
7575
CLICKHOUSE_CLOUD_PASSWORD: ${{ secrets.INTEGRATIONS_TEAM_TESTS_CLOUD_PASSWORD_SMT }}
7676
with:
77-
arguments: :flink-connector-clickhouse-2.0.0:test
77+
arguments: :flink-connector-clickhouse-2.0.0:test --info --stacktrace --continue

0 commit comments

Comments
 (0)