From 884374566b1704552436d6747d5f788667665331 Mon Sep 17 00:00:00 2001 From: Max Date: Thu, 2 Jan 2025 11:53:27 +0800 Subject: [PATCH] Refactor GitHub Actions workflow by removing health check options for Qdrant service. This change simplifies the configuration by eliminating unnecessary health check parameters, streamlining the unit test setup. --- .github/workflows/unit-test.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/unit-test.yml b/.github/workflows/unit-test.yml index 1094657..4d19ef5 100644 --- a/.github/workflows/unit-test.yml +++ b/.github/workflows/unit-test.yml @@ -54,12 +54,6 @@ jobs: ports: - 6333:6333 # HTTP API - 6334:6334 # gRPC - options: >- - --health-cmd "wget --spider -q http://127.0.0.1:6333/" - --health-interval 10s - --health-timeout 5s - --health-retries 5 - --health-start-period 20s strategy: matrix: