Skip to content

Commit 9cb8378

Browse files
committed
xx
1 parent fa4ab3b commit 9cb8378

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,10 @@ jobs:
6060
with:
6161
python-version: ${{ matrix.python-version }}
6262
allow-prereleases: true
63-
- uses: getsentry/action-clickhouse-in-ci@v1.1
63+
- uses: getsentry/action-clickhouse-in-ci@v1.2
6464
- name: Check Clickhouse Setup
6565
run: |
6666
set -x
67-
docker logs clickhouse-test
6867
curl 'http://localhost:8123/' --data-binary 'SELECT 1'
6968
- name: Setup Test Env
7069
run: |

0 commit comments

Comments
 (0)