diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 76b6a25..a523692 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -480,8 +480,8 @@ jobs: # Also tear down the legacy "capakraken" project (pre-Phase-3 rename) # in case old containers are still holding host ports 5433/6380. run: | - docker compose -p capakraken -f docker-compose.yml -f docker-compose.ci.yml down -v --remove-orphans || true - docker compose -f docker-compose.yml -f docker-compose.ci.yml down -v --remove-orphans || true + docker compose -p capakraken --profile full -f docker-compose.yml -f docker-compose.ci.yml down -v --remove-orphans || true + docker compose --profile full -f docker-compose.yml -f docker-compose.ci.yml down -v --remove-orphans || true - name: Start infrastructure (postgres + redis) run: docker compose -f docker-compose.yml -f docker-compose.ci.yml up -d postgres redis