Skip to content

Commit 97ee55f

Browse files
Bumping parallelism
1 parent 071e3c4 commit 97ee55f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/cached-seed/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ runs:
8282
run: |
8383
pnpm seed:local test \
8484
--generator ${{ inputs.generator-name }} \
85-
--parallel 16 \
85+
--parallel 32 \
8686
${{ inputs.skip-scripts == 'true' && '--skip-scripts' || '' }} \
8787
${{ inputs.allow-unexpected-failures == 'true' && '--allow-unexpected-failures' || '' }}
8888

0 commit comments

Comments
 (0)