Skip to content
This repository has been archived by the owner on Jan 22, 2024. It is now read-only.

Commit

Permalink
trying out bumping parallelism
Browse files Browse the repository at this point in the history
  • Loading branch information
tnrich committed Dec 23, 2021
1 parent 9c97aaf commit d734d4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
# the actual items in the array do not matter,
# just the number - to force CI to sping 3 copies
# of the current job in parallel
machines: [1, 2, 3]
machines: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]
steps:
- name: Checkout
uses: actions/checkout@v1
Expand Down

0 comments on commit d734d4f

Please sign in to comment.