Skip to content

Commit

Permalink
using other env
Browse files Browse the repository at this point in the history
  • Loading branch information
antonpirker committed Feb 21, 2025
1 parent 52532a4 commit e1cf93c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-integrations-dbs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- uses: getsentry/action-clickhouse-in-ci@v1.1
with:
docker-run-options: >-
-e CLICKHOUSE_DEFAULT_ACCESS_MANAGEMENT=0
-e CLICKHOUSE_SKIP_USER_SETUP=1
- name: Setup Test Env
run: |
pip install "coverage[toml]" tox
Expand Down Expand Up @@ -160,7 +160,7 @@ jobs:
- uses: getsentry/action-clickhouse-in-ci@v1.1
with:
docker-run-options: >-
-e CLICKHOUSE_DEFAULT_ACCESS_MANAGEMENT=0
-e CLICKHOUSE_SKIP_USER_SETUP=1
- name: Setup Test Env
run: |
pip install "coverage[toml]" tox
Expand Down
2 changes: 1 addition & 1 deletion scripts/split_tox_gh_actions/templates/test_group.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
- uses: getsentry/action-clickhouse-in-ci@v1.1
with:
docker-run-options: >-
-e CLICKHOUSE_DEFAULT_ACCESS_MANAGEMENT=0
-e CLICKHOUSE_SKIP_USER_SETUP=1
{% endif %}

{% if needs_redis %}
Expand Down

0 comments on commit e1cf93c

Please sign in to comment.