Skip to content

Commit 3ca34b1

Browse files
authored
chore: CLICKHOUSE_SKIP_USER_SETUP (#298)
1 parent df59497 commit 3ca34b1

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
- dependency-versions: "lowest"
2424
php-version: "8.2"
2525
env:
26+
CLICKHOUSE_SKIP_USER_SETUP: 1
2627
CLICKHOUSE_VERSION: "24.8"
2728

2829
steps:
@@ -74,6 +75,7 @@ jobs:
7475
dependency-versions:
7576
- "highest"
7677
env:
78+
CLICKHOUSE_SKIP_USER_SETUP: 1
7779
CLICKHOUSE_VERSION: ${{ matrix.clickhouse-version }}
7880

7981
steps:

.github/workflows/infection.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
Infection:
1212
runs-on: ubuntu-latest
1313
env:
14+
CLICKHOUSE_SKIP_USER_SETUP: 1
1415
CLICKHOUSE_VERSION: "22.10"
1516

1617
steps:

tests/docker-compose.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,5 @@ services:
1111
nofile:
1212
soft: 262144
1313
hard: 262144
14+
environment:
15+
CLICKHOUSE_SKIP_USER_SETUP: 1

0 commit comments

Comments
 (0)