Skip to content

Commit

Permalink
Merge branch 'antonpirker/fix-clickhouse' into pr/mgaligniana/3889
Browse files Browse the repository at this point in the history
  • Loading branch information
antonpirker committed Feb 21, 2025
2 parents 7233d5b + 09553e6 commit 808bbb4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test-integrations-dbs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
allow-prereleases: true
- uses: getsentry/action-clickhouse-in-ci@v1.1
- name: "Setup ClickHouse Server"
uses: getsentry/action-clickhouse-in-ci@v1.5
- name: Setup Test Env
run: |
pip install "coverage[toml]" tox
Expand Down Expand Up @@ -154,7 +155,8 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
allow-prereleases: true
- uses: getsentry/action-clickhouse-in-ci@v1.1
- name: "Setup ClickHouse Server"
uses: getsentry/action-clickhouse-in-ci@v1.5
- name: Setup Test Env
run: |
pip install "coverage[toml]" tox
Expand Down
3 changes: 2 additions & 1 deletion scripts/split_tox_gh_actions/templates/test_group.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@
python-version: {% raw %}${{ matrix.python-version }}{% endraw %}
allow-prereleases: true
{% if needs_clickhouse %}
- uses: getsentry/action-clickhouse-in-ci@v1.1
- name: "Setup ClickHouse Server"
uses: getsentry/action-clickhouse-in-ci@v1.5
{% endif %}

{% if needs_redis %}
Expand Down

0 comments on commit 808bbb4

Please sign in to comment.