diff --git a/.github/workflows/test-integrations-dbs.yml b/.github/workflows/test-integrations-dbs.yml index 07a2a967ac..536559292b 100644 --- a/.github/workflows/test-integrations-dbs.yml +++ b/.github/workflows/test-integrations-dbs.yml @@ -64,7 +64,6 @@ jobs: - name: Check Clickhouse Setup run: | set -x - lsof -i :8123 docker logs clickhouse-test curl 'http://localhost:8123/' --data-binary 'SELECT 1' - name: Setup Test Env