Skip to content

Commit

Permalink
Ignore frontend in benchmark runs
Browse files Browse the repository at this point in the history
  • Loading branch information
topher-lo committed Jun 25, 2024
1 parent 8236744 commit 0f327f7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"'
Expand Down

0 comments on commit 0f327f7

Please sign in to comment.