ci: Add qdrant profile to docker compose up command

This commit is contained in:
Chris Coutinho
2025-11-10 03:09:50 +01:00
parent cb39b3fca4
commit 94d16092c0
+1
View File
@@ -52,6 +52,7 @@ jobs:
uses: hoverkraft-tech/compose-action@3846bcd61da338e9eaaf83e7ed0234a12b099b72 # v2.4.1
with:
compose-file: "./docker-compose.yml"
compose-flags: "--profile qdrant"
up-flags: "--build"
- name: Install the latest version of uv