Skip to content

Commit

Permalink
drop the shard count to 14 to see if that is a consistent queue cap i…
Browse files Browse the repository at this point in the history
…n GH actions
  • Loading branch information
Dave Haeffner committed Dec 8, 2023
1 parent 26f55ac commit d767a00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-many-nodes.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
# https://nodejs.org/en/about/releases/
node-version: [16.x]
# as many jobs as you want, but less than numbers of tests
shard: [1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20]
shard: [1,2,3,4,5,6,7,8,9,10,11,12,13,14]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit d767a00

Please sign in to comment.