Skip to content

Commit e0ba326

Browse files
committed
bla
1 parent e7dce4a commit e0ba326

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

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

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -112,16 +112,14 @@ jobs:
112112
python-version: ${{ matrix.python-version }}
113113
allow-prereleases: true
114114
- uses: getsentry/[email protected]
115-
env:
116-
CLICKHOUSE_SKIP_USER_SETUP: 1
117115
- name: Check Clickhouse Setup
118-
116+
run: |
117+
printenv | sort
118+
curl 'http://localhost:8123/' --data-binary 'SELECT 1'
119+
curl 'http://localhost:8123/?query=select%20number%20from%20numbers(10)' -v
119120
- name: Setup Test Env
120121
run: |
121122
pip install "coverage[toml]" tox
122-
- name: Erase coverage
123-
run: |
124-
coverage erase
125123
- name: Test clickhouse_driver pinned
126124
run: |
127125
set -x # print commands that are executed

0 commit comments

Comments
 (0)