Skip to content

Commit d5dc209

Browse files
authored
Merge pull request #239 from plausible/skip-user-setup
CI: use CLICKHOUSE_SKIP_USER_SETUP=1
2 parents f1bc855 + 7a01291 commit d5dc209

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/bench.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
ports:
1919
- 8123:8123
2020
env:
21+
# https://github.com/ClickHouse/ClickHouse/issues/75494
22+
CLICKHOUSE_SKIP_USER_SETUP: 1
2123
options: >-
2224
--health-cmd nc -zw3 localhost 8124
2325
--health-interval 10s

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ jobs:
4949
- 8123:8123
5050
env:
5151
TZ: ${{ matrix.timezone }}
52+
# https://github.com/ClickHouse/ClickHouse/issues/75494
53+
CLICKHOUSE_SKIP_USER_SETUP: 1
5254
options: >-
5355
--health-cmd nc -zw3 localhost 8124
5456
--health-interval 10s

0 commit comments

Comments
 (0)