Skip to content

Commit

Permalink
Refactor GitHub Actions workflow by removing health check options for…
Browse files Browse the repository at this point in the history
… Qdrant service. This change simplifies the configuration by eliminating unnecessary health check parameters, streamlining the unit test setup.
  • Loading branch information
trheyi committed Jan 2, 2025
1 parent b9846c1 commit 8843745
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8843745

Please sign in to comment.