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.
2 parents f1bc855 + 7a01291 commit d5dc209Copy full SHA for d5dc209
.github/workflows/bench.yml
@@ -18,6 +18,8 @@ jobs:
18
ports:
19
- 8123:8123
20
env:
21
+ # https://github.com/ClickHouse/ClickHouse/issues/75494
22
+ CLICKHOUSE_SKIP_USER_SETUP: 1
23
options: >-
24
--health-cmd nc -zw3 localhost 8124
25
--health-interval 10s
.github/workflows/test.yml
@@ -49,6 +49,8 @@ jobs:
49
50
51
TZ: ${{ matrix.timezone }}
52
53
54
55
56
0 commit comments