From 30f372aa75007f2bb012aab92d01abe1571c729e Mon Sep 17 00:00:00 2001 From: "hs.zhang" <22708345+cangfengzhs@users.noreply.github.com> Date: Fri, 18 Nov 2022 15:04:09 +0800 Subject: [PATCH] fix CI --- .github/workflows/pull_request.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 7a8cb941c19..2d6dfee028e 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -77,6 +77,8 @@ jobs: image: elasticsearch:7.17.7 ports: - 9200:9200 + env: + discovery.type: single-node options: >- --health-cmd "curl elasticsearch:9200" --health-interval 10s