Skip to content

Commit 6b7ad42

Browse files
author
Кирилл Горелов
committed
ci: set ClickHouse password env for authentication
1 parent 717a9f3 commit 6b7ad42

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/python-ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ jobs:
1515
image: clickhouse/clickhouse-server:latest
1616
ports:
1717
- 8123:8123
18+
env:
19+
CLICKHOUSE_USER: default
20+
CLICKHOUSE_PASSWORD: admin123
21+
CLICKHOUSE_DEFAULT_ACCESS_MANAGEMENT: 1
1822
options: >-
1923
--health-cmd "wget --spider -q http://localhost:8123 || exit 1"
2024
--health-interval 10s

0 commit comments

Comments
 (0)