We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd5f35d commit 2de44d5Copy full SHA for 2de44d5
.github/workflows/tests.yaml
@@ -39,7 +39,7 @@ jobs:
39
CLICKHOUSE_CLOUD_PASSWORD: ${{ secrets.INTEGRATIONS_TEAM_TESTS_CLOUD_PASSWORD_SMT }}
40
FLINK_VERSION: ${{ matrix.flink }}
41
with:
42
- arguments: :flink-connector-clickhouse-1.17:test
+ arguments: :flink-connector-clickhouse-1.17:test --info --stacktrace --continue
43
test-flink-2:
44
runs-on: ubuntu-latest
45
strategy:
@@ -74,4 +74,4 @@ jobs:
74
CLICKHOUSE_CLOUD_HOST: ${{ secrets.INTEGRATIONS_TEAM_TESTS_CLOUD_HOST_SMT }}
75
76
77
- arguments: :flink-connector-clickhouse-2.0.0:test
+ arguments: :flink-connector-clickhouse-2.0.0:test --info --stacktrace --continue
0 commit comments