From 2185847f50674ceb9da0168761284241dbb2efaf Mon Sep 17 00:00:00 2001 From: "personaclick-courier[bot]" <205635110+personaclick-courier[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 10:23:30 +0000 Subject: [PATCH] feat(release): sync --- .github/workflows/reusable-ruby-publish-migrated-db.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/reusable-ruby-publish-migrated-db.yaml b/.github/workflows/reusable-ruby-publish-migrated-db.yaml index f44a5c7..fad5277 100644 --- a/.github/workflows/reusable-ruby-publish-migrated-db.yaml +++ b/.github/workflows/reusable-ruby-publish-migrated-db.yaml @@ -195,13 +195,12 @@ jobs: -p 9005:9005 \ --ulimit nofile=262144:262144 \ clickhouse/clickhouse-server - docker cp ./config/clickhouse-config.xml clickhouse:/etc/clickhouse-server/config.xml + timeout 20s bash -c ' until curl -fsS http://localhost:8123/ping | grep -qx "Ok."; do sleep 1 done ' - curl -fsS http://localhost:8123/ --data-binary "SELECT version()" - name: Run clickhouse migrations run: |