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 e7dce4a commit e0ba326Copy full SHA for e0ba326
.github/workflows/test-integrations-dbs.yml
@@ -112,16 +112,14 @@ jobs:
112
python-version: ${{ matrix.python-version }}
113
allow-prereleases: true
114
- uses: getsentry/[email protected]
115
- env:
116
- CLICKHOUSE_SKIP_USER_SETUP: 1
117
- name: Check Clickhouse Setup
118
-
+ run: |
+ printenv | sort
+ curl 'http://localhost:8123/' --data-binary 'SELECT 1'
119
+ curl 'http://localhost:8123/?query=select%20number%20from%20numbers(10)' -v
120
- name: Setup Test Env
121
run: |
122
pip install "coverage[toml]" tox
- - name: Erase coverage
123
- run: |
124
- coverage erase
125
- name: Test clickhouse_driver pinned
126
127
set -x # print commands that are executed
0 commit comments