Skip to content

Commit 0cf0b4d

Browse files
committed
123
1 parent 9cb8378 commit 0cf0b4d

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,18 @@ jobs:
5353
SENTRY_PYTHON_TEST_POSTGRES_HOST: localhost
5454
SENTRY_PYTHON_TEST_POSTGRES_USER: postgres
5555
SENTRY_PYTHON_TEST_POSTGRES_PASSWORD: sentry
56-
CLICKHOUSE_SKIP_USER_SETUP: 1
56+
CLICKHOUSE_DATABASE: demo
57+
CLICKHOUSE_USER: demo
58+
CLICKHOUSE_PASSWORD: demo
5759
steps:
5860
- uses: actions/[email protected]
5961
- uses: actions/setup-python@v5
6062
with:
6163
python-version: ${{ matrix.python-version }}
6264
allow-prereleases: true
63-
- uses: getsentry/[email protected]
65+
- name: "Setup ClickHouse Server"
66+
id: clickhouse-server
67+
uses: praneeth527/[email protected]
6468
- name: Check Clickhouse Setup
6569
run: |
6670
set -x

0 commit comments

Comments
 (0)