Skip to content

Commit 9e3fef3

Browse files
committed
[DEV-4025] fix(ruby): wait for ch
1 parent 35f518c commit 9e3fef3

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/reusable-ruby-publish-migrated-db.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,13 +195,12 @@ jobs:
195195
-p 9005:9005 \
196196
--ulimit nofile=262144:262144 \
197197
clickhouse/clickhouse-server
198-
docker cp ./config/clickhouse-config.xml clickhouse:/etc/clickhouse-server/config.xml
198+
199199
timeout 20s bash -c '
200200
until curl -fsS http://localhost:8123/ping | grep -qx "Ok."; do
201201
sleep 1
202202
done
203203
'
204-
curl -fsS http://localhost:8123/ --data-binary "SELECT version()"
205204
206205
- name: Run clickhouse migrations
207206
run: |

0 commit comments

Comments
 (0)