Skip to content

Commit

Permalink
Use new clickhouse gh action (#3826)
Browse files Browse the repository at this point in the history
The docker image name of the official Clickhouse docker image changed, so I updated our GH action that starts that docker container and reference the new version here.
  • Loading branch information
antonpirker authored Nov 27, 2024
1 parent da20623 commit 7022446
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-integrations-dbs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
allow-prereleases: true
- uses: getsentry/action-clickhouse-in-ci@v1
- uses: getsentry/action-clickhouse-in-ci@v1.1
- name: Setup Test Env
run: |
pip install "coverage[toml]" tox
Expand Down Expand Up @@ -152,7 +152,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
allow-prereleases: true
- uses: getsentry/action-clickhouse-in-ci@v1
- uses: getsentry/action-clickhouse-in-ci@v1.1
- 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 @@
python-version: {% raw %}${{ matrix.python-version }}{% endraw %}
allow-prereleases: true
{% if needs_clickhouse %}
- uses: getsentry/action-clickhouse-in-ci@v1
- uses: getsentry/action-clickhouse-in-ci@v1.1
{% endif %}

{% if needs_redis %}
Expand Down

0 comments on commit 7022446

Please sign in to comment.