Skip to content

Commit e1cf93c

Browse files
committed
using other env
1 parent 52532a4 commit e1cf93c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test-integrations-dbs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
- uses: getsentry/[email protected]
6363
with:
6464
docker-run-options: >-
65-
-e CLICKHOUSE_DEFAULT_ACCESS_MANAGEMENT=0
65+
-e CLICKHOUSE_SKIP_USER_SETUP=1
6666
- name: Setup Test Env
6767
run: |
6868
pip install "coverage[toml]" tox
@@ -160,7 +160,7 @@ jobs:
160160
- uses: getsentry/[email protected]
161161
with:
162162
docker-run-options: >-
163-
-e CLICKHOUSE_DEFAULT_ACCESS_MANAGEMENT=0
163+
-e CLICKHOUSE_SKIP_USER_SETUP=1
164164
- name: Setup Test Env
165165
run: |
166166
pip install "coverage[toml]" tox

scripts/split_tox_gh_actions/templates/test_group.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
- uses: getsentry/[email protected]
5555
with:
5656
docker-run-options: >-
57-
-e CLICKHOUSE_DEFAULT_ACCESS_MANAGEMENT=0
57+
-e CLICKHOUSE_SKIP_USER_SETUP=1
5858
{% endif %}
5959

6060
{% if needs_redis %}

0 commit comments

Comments
 (0)