Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/test-integrations-dbs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
python-version: ${{ matrix.python-version }}
allow-prereleases: true
- name: "Setup ClickHouse Server"
uses: getsentry/action-clickhouse-in-ci@v1.6
uses: getsentry/action-clickhouse-in-ci@v1.7
- name: Setup Test Env
run: |
pip install "coverage[toml]" tox
Expand Down
2 changes: 1 addition & 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,7 @@

{% if needs_clickhouse %}
- name: "Setup ClickHouse Server"
uses: getsentry/action-clickhouse-in-ci@v1.6
uses: getsentry/action-clickhouse-in-ci@v1.7
{% endif %}

{% if needs_redis %}
Expand Down
Loading