diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 4d5ddf2c0..b2dc6e1c1 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -34,7 +34,9 @@ jobs: - name: Start Docker services env: NUM_WORKERS: ${{ matrix.num_workers }} - run: docker compose up --scale worker=$NUM_WORKERS -d + run: | + docker compose up --scale worker=$NUM_WORKERS \ + --no-deps api worker postgres_db temporal_elasticsearch temporal_ui temporal -d - name: Verify Tracecat API is running run: curl -s http://localhost:8000/health | jq -e '.status == "ok"'