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 eaaef0f commit 01fec69Copy full SHA for 01fec69
.github/workflows/test-integrations-dbs.yml
@@ -68,10 +68,10 @@ jobs:
68
- name: Ensure ClickHouse Ready
69
run: |
70
set -x
71
- sleep 5
+ sleep 3
72
docker ps
73
docker logs clickhouse-test
74
- curl -sI 'http://localhost:8123/' --data-binary 'SELECT * FROM system.build_options'
+ curl -i 'http://localhost:8123/' --data-binary 'SELECT * FROM system.build_options'
75
- name: Setup Test Env
76
77
pip install "coverage[toml]" tox
0 commit comments