We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd14b73 commit 674b718Copy full SHA for 674b718
2 files changed
.github/workflows/test-integrations-dbs.yml
@@ -66,7 +66,7 @@ jobs:
66
python-version: ${{ matrix.python-version }}
67
allow-prereleases: true
68
- name: "Setup ClickHouse Server"
69
- uses: getsentry/action-clickhouse-in-ci@main
+ uses: getsentry/action-clickhouse-in-ci@v1.7
70
- name: Setup Test Env
71
run: |
72
pip install "coverage[toml]" tox
scripts/split_tox_gh_actions/templates/test_group.jinja
@@ -51,7 +51,7 @@
51
52
{% if needs_clickhouse %}
53
54
55
{% endif %}
56
57
{% if needs_redis %}
0 commit comments