1 Commits

Author SHA1 Message Date
renovate 63b6fe4e90 chore(deps): update actions/checkout action to v7
Docker Build and Push / integration-test (pull_request) Failing after 10s
Docker Build and Push / test (pull_request) Successful in 17s
Docker Build and Push / build (pull_request) Has been skipped
2026-06-18 15:25:58 +00:00
2 changed files with 0 additions and 6 deletions
-5
View File
@@ -29,7 +29,6 @@ jobs:
- name: Start Qdrant
run: |
docker rm -f qdrant 2>/dev/null || true
docker run -d --name qdrant \
--network "container:$(hostname)" \
docker.io/qdrant/qdrant:latest
@@ -54,10 +53,6 @@ jobs:
QDRANT_URL: http://localhost:6333
COLLECTION_NAME: test_mcp_maildir
- name: Cleanup Qdrant
if: always()
run: docker rm -f qdrant 2>/dev/null || true
build:
runs-on: ubuntu-latest
needs: [test, integration-test]
-1
View File
@@ -1 +0,0 @@
test