Skip to content

Commit 2b6f8b0

Browse files
committed
123
1 parent 01fec69 commit 2b6f8b0

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,17 +53,13 @@ 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
5956
steps:
60-
- uses: actions/[email protected]
57+
- uses: actions/[email protected]
6158
- uses: actions/setup-python@v5
6259
with:
6360
python-version: ${{ matrix.python-version }}
6461
allow-prereleases: true
6562
- name: "Setup ClickHouse Server"
66-
id: clickhouse-server
6763
uses: getsentry/[email protected]
6864
- name: Ensure ClickHouse Ready
6965
run: |

0 commit comments

Comments
 (0)