Skip to content

Commit

Permalink
test: lower run concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
erikburt committed Dec 6, 2024
1 parent 6467b19 commit d790e23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-core-partial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ jobs:
CL_DATABASE_URL: ${{ env.DB_URL }}
with:
pipeline-step: "run"
run-concurrency: "24"
run-all-tests: ${{ needs.filter.outputs.should-run-all-tests }}
run-all-tests: "true"
run-concurrency: "16"
collect-coverage: ${{ needs.filter.outputs.should-collect-coverage }}
test-suite: ${{ matrix.type.test-suite }}
module-directory: ${{ matrix.type.module-directory }}
Expand Down

0 comments on commit d790e23

Please sign in to comment.