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 38cfb5f commit eaaef0fCopy full SHA for eaaef0f
.github/workflows/test-integrations-dbs.yml
@@ -71,7 +71,7 @@ jobs:
71
sleep 5
72
docker ps
73
docker logs clickhouse-test
74
- curl -sI 'http://localhost:8123/' --binary-data 'SELECT * FROM system.build_options'
+ curl -sI 'http://localhost:8123/' --data-binary 'SELECT * FROM system.build_options'
75
- name: Setup Test Env
76
run: |
77
pip install "coverage[toml]" tox
0 commit comments