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 7f0ac9b commit 21b7ec8Copy full SHA for 21b7ec8
.github/workflows/test-integrations-dbs.yml
@@ -63,16 +63,15 @@ jobs:
63
python-version: ${{ matrix.python-version }}
64
allow-prereleases: true
65
- name: "Setup ClickHouse Server"
66
- id: clickhouse-server
+ id: clickhouse-server
67
uses: getsentry/[email protected]
68
- name: Check Clickhouse Setup
69
run: |
70
set -x
71
sleep 5
72
docker ps
73
docker logs clickhouse-test
74
- curl -i 'http://localhost:8123/'
75
- docker logs clickhouse-test
+ curl -sI 'http://localhost:8123/'
76
- name: Setup Test Env
77
78
pip install "coverage[toml]" tox
0 commit comments