Skip to content

Commit

Permalink
test: Remove --scale worker
Browse files Browse the repository at this point in the history
  • Loading branch information
topher-lo committed Jul 2, 2024
1 parent 9eaf36c commit 2748b87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
env:
NUM_WORKERS: ${{ matrix.num_workers }}
run: |
docker compose up --scale worker=$NUM_WORKERS --no-deps api worker postgres_db temporal -d
docker compose up --no-deps api worker postgres_db 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 2748b87

Please sign in to comment.