Skip to content

Commit eeedd11

Browse files
authored
Fix ClickHouse in test suite (#4087)
Use new version of the ClickHouse Github action. This works with newest ClickHouse and also now prints ClickHouse details.
1 parent c557b56 commit eeedd11

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

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

+4-2
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ jobs:
5959
with:
6060
python-version: ${{ matrix.python-version }}
6161
allow-prereleases: true
62-
- uses: getsentry/[email protected]
62+
- name: "Setup ClickHouse Server"
63+
uses: getsentry/[email protected]
6364
- name: Setup Test Env
6465
run: |
6566
pip install "coverage[toml]" tox
@@ -154,7 +155,8 @@ jobs:
154155
with:
155156
python-version: ${{ matrix.python-version }}
156157
allow-prereleases: true
157-
- uses: getsentry/[email protected]
158+
- name: "Setup ClickHouse Server"
159+
uses: getsentry/[email protected]
158160
- name: Setup Test Env
159161
run: |
160162
pip install "coverage[toml]" tox

scripts/split_tox_gh_actions/templates/test_group.jinja

+2-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@
5151
python-version: {% raw %}${{ matrix.python-version }}{% endraw %}
5252
allow-prereleases: true
5353
{% if needs_clickhouse %}
54-
- uses: getsentry/[email protected]
54+
- name: "Setup ClickHouse Server"
55+
uses: getsentry/[email protected]
5556
{% endif %}
5657

5758
{% if needs_redis %}

0 commit comments

Comments
 (0)