diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index 4f8b01b5..dea2d1d3 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -54,7 +54,7 @@ jobs: run: | python -m pip install --upgrade pip pip install -e ".[api]" - pip install pytest pytest-asyncio asyncpg numpy + pip install pytest pytest-asyncio asyncpg numpy qdrant-client - name: Wait for PostgreSQL run: | @@ -99,7 +99,7 @@ jobs: - 6333:6333 - 6334:6334 options: >- - --health-cmd "curl -f http://localhost:6333/health || exit 1" + --health-cmd "wget --no-verbose --tries=1 --spider http://localhost:6333/health || exit 1" --health-interval 10s --health-timeout 5s --health-retries 5