Skip to content

Commit 52532a4

Browse files
committed
fix indentation
1 parent ab75bd6 commit 52532a4

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ jobs:
6161
allow-prereleases: true
6262
- uses: getsentry/[email protected]
6363
with:
64-
docker-run-options: >-
65-
-e CLICKHOUSE_DEFAULT_ACCESS_MANAGEMENT=0
64+
docker-run-options: >-
65+
-e CLICKHOUSE_DEFAULT_ACCESS_MANAGEMENT=0
6666
- name: Setup Test Env
6767
run: |
6868
pip install "coverage[toml]" tox
@@ -159,8 +159,8 @@ jobs:
159159
allow-prereleases: true
160160
- uses: getsentry/[email protected]
161161
with:
162-
docker-run-options: >-
163-
-e CLICKHOUSE_DEFAULT_ACCESS_MANAGEMENT=0
162+
docker-run-options: >-
163+
-e CLICKHOUSE_DEFAULT_ACCESS_MANAGEMENT=0
164164
- name: Setup Test Env
165165
run: |
166166
pip install "coverage[toml]" tox

scripts/split_tox_gh_actions/templates/test_group.jinja

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@
5353
{% if needs_clickhouse %}
5454
- uses: getsentry/[email protected]
5555
with:
56-
docker-run-options: >-
57-
-e CLICKHOUSE_DEFAULT_ACCESS_MANAGEMENT=0
56+
docker-run-options: >-
57+
-e CLICKHOUSE_DEFAULT_ACCESS_MANAGEMENT=0
5858
{% endif %}
5959

6060
{% if needs_redis %}

0 commit comments

Comments
 (0)