Skip to content

Commit

Permalink
Tweak parallelization in GitHub Actions (#984)
Browse files Browse the repository at this point in the history
  • Loading branch information
jagthedrummer authored Dec 16, 2024
1 parent b9ceed9 commit f89109d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/_starter_repo_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ jobs:
uses: bullet-train-co/parallel-test-dynamic-matrix@v1
with:
# You can explicitly set the number of test nodes, or it will default to 4
numberOfTestNodes: 4
# We're using a smaller number in core because the Super Scaffolding tests run slower, and we wait on them
# anyway to report status and coverage.
numberOfTestNodes: 2
# You can explicitly set the number of runners per node, or it will default to 4 for public repos and 2 for private
# testRunnersPerNode: 2
starter_repo:
Expand Down

0 comments on commit f89109d

Please sign in to comment.