Skip to content

Commit

Permalink
xx
Browse files Browse the repository at this point in the history
  • Loading branch information
antonpirker committed Feb 21, 2025
1 parent fa4ab3b commit 9cb8378
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test-integrations-dbs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,10 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
allow-prereleases: true
- uses: getsentry/action-clickhouse-in-ci@v1.1
- uses: getsentry/action-clickhouse-in-ci@v1.2
- name: Check Clickhouse Setup
run: |
set -x
docker logs clickhouse-test
curl 'http://localhost:8123/' --data-binary 'SELECT 1'
- name: Setup Test Env
run: |
Expand Down

0 comments on commit 9cb8378

Please sign in to comment.