Skip to content

Commit 7f0ac9b

Browse files
committed
123
1 parent 8fab016 commit 7f0ac9b

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ jobs:
5353
SENTRY_PYTHON_TEST_POSTGRES_HOST: localhost
5454
SENTRY_PYTHON_TEST_POSTGRES_USER: postgres
5555
SENTRY_PYTHON_TEST_POSTGRES_PASSWORD: sentry
56-
CLICKHOUSE_DATABASE: demo
57-
CLICKHOUSE_USER: demo
58-
CLICKHOUSE_PASSWORD: demo
56+
# CLICKHOUSE_DATABASE: demo
57+
# CLICKHOUSE_USER: demo
58+
# CLICKHOUSE_PASSWORD: demo
5959
steps:
6060
- uses: actions/[email protected]
6161
- uses: actions/setup-python@v5
@@ -68,9 +68,11 @@ jobs:
6868
- name: Check Clickhouse Setup
6969
run: |
7070
set -x
71+
sleep 5
7172
docker ps
7273
docker logs clickhouse-test
73-
curl -i 'http://localhost:8123/' --data-binary 'SELECT 1'
74+
curl -i 'http://localhost:8123/'
75+
docker logs clickhouse-test
7476
- name: Setup Test Env
7577
run: |
7678
pip install "coverage[toml]" tox

0 commit comments

Comments
 (0)