Skip to content

Commit

Permalink
123
Browse files Browse the repository at this point in the history
  • Loading branch information
antonpirker committed Feb 21, 2025
1 parent 8fab016 commit 7f0ac9b
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/test-integrations-dbs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ jobs:
SENTRY_PYTHON_TEST_POSTGRES_HOST: localhost
SENTRY_PYTHON_TEST_POSTGRES_USER: postgres
SENTRY_PYTHON_TEST_POSTGRES_PASSWORD: sentry
CLICKHOUSE_DATABASE: demo
CLICKHOUSE_USER: demo
CLICKHOUSE_PASSWORD: demo
# CLICKHOUSE_DATABASE: demo
# CLICKHOUSE_USER: demo
# CLICKHOUSE_PASSWORD: demo
steps:
- uses: actions/checkout@v4.2.2
- uses: actions/setup-python@v5
Expand All @@ -68,9 +68,11 @@ jobs:
- name: Check Clickhouse Setup
run: |
set -x
sleep 5
docker ps
docker logs clickhouse-test
curl -i 'http://localhost:8123/' --data-binary 'SELECT 1'
curl -i 'http://localhost:8123/'
docker logs clickhouse-test
- name: Setup Test Env
run: |
pip install "coverage[toml]" tox
Expand Down

0 comments on commit 7f0ac9b

Please sign in to comment.