From deccf4ce642529f7f96f1a43cef07a60eb4e55be Mon Sep 17 00:00:00 2001 From: Marvin Zhang Date: Fri, 29 Nov 2024 23:07:53 +0800 Subject: [PATCH] ci: updated workflow --- .github/workflows/docker-crawlab.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-crawlab.yml b/.github/workflows/docker-crawlab.yml index c626287e..ea5b8621 100644 --- a/.github/workflows/docker-crawlab.yml +++ b/.github/workflows/docker-crawlab.yml @@ -312,7 +312,7 @@ jobs: CRAWLAB_NODE_MASTER: N CRAWLAB_MASTER_HOST: master options: >- - --health-cmd 'curl -f http://localhost:8000/health || exit 1' + --health-cmd "curl -f http://localhost:8000/health || exit 1" --health-interval 10s --health-timeout 5s --health-retries 10