From dac2e1aa72509756e37e03055dbea69a6177346a Mon Sep 17 00:00:00 2001 From: jaeyson Date: Fri, 24 May 2024 01:15:47 +0800 Subject: [PATCH] update ci.yml --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index edf4e4a..26b8526 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,10 +32,9 @@ jobs: services: typesense: image: typesense/typesense:${{ matrix.typesense-version }} - ports: - - '8108:8108' options: >- --health-cmd "curl http://localhost:8108/health" + --health-start-period 10s --health-interval 10s --health-timeout 5s --health-retries 5