We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa4ab3b commit 9cb8378Copy full SHA for 9cb8378
.github/workflows/test-integrations-dbs.yml
@@ -60,11 +60,10 @@ jobs:
60
with:
61
python-version: ${{ matrix.python-version }}
62
allow-prereleases: true
63
- - uses: getsentry/action-clickhouse-in-ci@v1.1
+ - uses: getsentry/action-clickhouse-in-ci@v1.2
64
- name: Check Clickhouse Setup
65
run: |
66
set -x
67
- docker logs clickhouse-test
68
curl 'http://localhost:8123/' --data-binary 'SELECT 1'
69
- name: Setup Test Env
70
0 commit comments