We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 717a9f3 commit 6b7ad42Copy full SHA for 6b7ad42
.github/workflows/python-ci.yml
@@ -15,6 +15,10 @@ jobs:
15
image: clickhouse/clickhouse-server:latest
16
ports:
17
- 8123:8123
18
+ env:
19
+ CLICKHOUSE_USER: default
20
+ CLICKHOUSE_PASSWORD: admin123
21
+ CLICKHOUSE_DEFAULT_ACCESS_MANAGEMENT: 1
22
options: >-
23
--health-cmd "wget --spider -q http://localhost:8123 || exit 1"
24
--health-interval 10s
0 commit comments