Skip to content

Commit 21b7ec8

Browse files
committed
123
1 parent 7f0ac9b commit 21b7ec8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,16 +63,15 @@ jobs:
6363
python-version: ${{ matrix.python-version }}
6464
allow-prereleases: true
6565
- name: "Setup ClickHouse Server"
66-
id: clickhouse-server
66+
id: clickhouse-server
6767
uses: getsentry/[email protected]
6868
- name: Check Clickhouse Setup
6969
run: |
7070
set -x
7171
sleep 5
7272
docker ps
7373
docker logs clickhouse-test
74-
curl -i 'http://localhost:8123/'
75-
docker logs clickhouse-test
74+
curl -sI 'http://localhost:8123/'
7675
- name: Setup Test Env
7776
run: |
7877
pip install "coverage[toml]" tox

0 commit comments

Comments
 (0)