Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
antonpirker committed Feb 21, 2025
1 parent e1cf93c commit f942e4d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/test-integrations-dbs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,8 @@ jobs:
python-version: ${{ matrix.python-version }}
allow-prereleases: true
- uses: getsentry/action-clickhouse-in-ci@v1.1
with:
docker-run-options: >-
-e CLICKHOUSE_SKIP_USER_SETUP=1
env:
CLICKHOUSE_SKIP_USER_SETUP: 1
- name: Setup Test Env
run: |
pip install "coverage[toml]" tox
Expand Down Expand Up @@ -158,9 +157,8 @@ jobs:
python-version: ${{ matrix.python-version }}
allow-prereleases: true
- uses: getsentry/action-clickhouse-in-ci@v1.1
with:
docker-run-options: >-
-e CLICKHOUSE_SKIP_USER_SETUP=1
env:
CLICKHOUSE_SKIP_USER_SETUP: 1
- name: Setup Test Env
run: |
pip install "coverage[toml]" tox
Expand Down
5 changes: 2 additions & 3 deletions scripts/split_tox_gh_actions/templates/test_group.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,8 @@
allow-prereleases: true
{% if needs_clickhouse %}
- uses: getsentry/action-clickhouse-in-ci@v1.1
with:
docker-run-options: >-
-e CLICKHOUSE_SKIP_USER_SETUP=1
env:
CLICKHOUSE_SKIP_USER_SETUP: 1
{% endif %}

{% if needs_redis %}
Expand Down

0 comments on commit f942e4d

Please sign in to comment.