Skip to content

Commit f942e4d

Browse files
committed
.
1 parent e1cf93c commit f942e4d

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
lines changed

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

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,8 @@ jobs:
6060
python-version: ${{ matrix.python-version }}
6161
allow-prereleases: true
6262
- uses: getsentry/[email protected]
63-
with:
64-
docker-run-options: >-
65-
-e CLICKHOUSE_SKIP_USER_SETUP=1
63+
env:
64+
CLICKHOUSE_SKIP_USER_SETUP: 1
6665
- name: Setup Test Env
6766
run: |
6867
pip install "coverage[toml]" tox
@@ -158,9 +157,8 @@ jobs:
158157
python-version: ${{ matrix.python-version }}
159158
allow-prereleases: true
160159
- uses: getsentry/[email protected]
161-
with:
162-
docker-run-options: >-
163-
-e CLICKHOUSE_SKIP_USER_SETUP=1
160+
env:
161+
CLICKHOUSE_SKIP_USER_SETUP: 1
164162
- name: Setup Test Env
165163
run: |
166164
pip install "coverage[toml]" tox

scripts/split_tox_gh_actions/templates/test_group.jinja

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,8 @@
5252
allow-prereleases: true
5353
{% if needs_clickhouse %}
5454
- uses: getsentry/[email protected]
55-
with:
56-
docker-run-options: >-
57-
-e CLICKHOUSE_SKIP_USER_SETUP=1
55+
env:
56+
CLICKHOUSE_SKIP_USER_SETUP: 1
5857
{% endif %}
5958

6059
{% if needs_redis %}

0 commit comments

Comments
 (0)