Skip to content

Commit 7022446

Browse files
authored
Use new clickhouse gh action (#3826)
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.
1 parent da20623 commit 7022446

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
with:
5858
python-version: ${{ matrix.python-version }}
5959
allow-prereleases: true
60-
- uses: getsentry/action-clickhouse-in-ci@v1
60+
- uses: getsentry/action-clickhouse-in-ci@v1.1
6161
- name: Setup Test Env
6262
run: |
6363
pip install "coverage[toml]" tox
@@ -152,7 +152,7 @@ jobs:
152152
with:
153153
python-version: ${{ matrix.python-version }}
154154
allow-prereleases: true
155-
- uses: getsentry/action-clickhouse-in-ci@v1
155+
- uses: getsentry/action-clickhouse-in-ci@v1.1
156156
- name: Setup Test Env
157157
run: |
158158
pip install "coverage[toml]" tox

scripts/split-tox-gh-actions/templates/test_group.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
python-version: {% raw %}${{ matrix.python-version }}{% endraw %}
5252
allow-prereleases: true
5353
{% if needs_clickhouse %}
54-
- uses: getsentry/action-clickhouse-in-ci@v1
54+
- uses: getsentry/action-clickhouse-in-ci@v1.1
5555
{% endif %}
5656

5757
{% if needs_redis %}

0 commit comments

Comments
 (0)