Skip to content

Commit 04b0fdf

Browse files
committed
Fix ClickHouse CI service container environment variables
Add CLICKHOUSE_PASSWORD and auth env vars to CI service container to match local docker-compose setup
1 parent 7f68fdb commit 04b0fdf

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/integration.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,11 @@ jobs:
108108
services:
109109
clickhouse:
110110
image: clickhouse/clickhouse-server:latest
111+
env:
112+
CLICKHOUSE_DB: default
113+
CLICKHOUSE_USER: default
114+
CLICKHOUSE_PASSWORD: clickhouse
115+
CLICKHOUSE_DEFAULT_ACCESS_MANAGEMENT: 1
111116
ports:
112117
- 8123:8123
113118
options: >-

0 commit comments

Comments
 (0)