LightRAG/.github/workflows
BukeLy 722f639fa5 fix: remove Qdrant health check in E2E workflow
Why this change is needed:
Qdrant Docker image does not have curl or wget pre-installed,
causing health check to always fail and container to be marked
as unhealthy after timeout.

How it solves it:
Remove health check from Qdrant service container configuration.
The E2E test already has a "Wait for Qdrant" step that uses curl
from the runner environment to verify service readiness before
running tests.

Impact:
- Qdrant container will start immediately without health check delays
- Service readiness still verified by test-level wait step
- Eliminates container startup failures

Testing:
Next CI run should successfully start Qdrant container and pass
the wait/verify steps in the test workflow.
2025-11-20 00:26:36 +08:00
..
docker-build-lite.yml Change default docker image to offline version 2025-10-16 16:52:01 +08:00
docker-build-manual.yml Change default docker image to offline version 2025-10-16 16:52:01 +08:00
docker-publish.yml Change default docker image to offline version 2025-10-16 16:52:01 +08:00
e2e-tests.yml fix: remove Qdrant health check in E2E workflow 2025-11-20 00:26:36 +08:00
feature-tests.yml ci: add feature branch testing workflow 2025-11-19 23:34:45 +08:00
linting.yaml Add --show-diff-on-failure flag to pre-commit run 2025-03-25 13:35:08 +08:00
pypi-publish.yml Optimize Docker build with multi-stage frontend compilation 2025-10-14 15:02:58 +08:00
stale.yaml Fix linting 2025-07-20 08:20:53 +08:00
tests.yml Rename GitHub workflow from "Tests" to "Offline Unit Tests" 2025-11-18 13:36:00 +08:00