We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 071e3c4 commit 97ee55fCopy full SHA for 97ee55f
.github/actions/cached-seed/action.yaml
@@ -82,7 +82,7 @@ runs:
82
run: |
83
pnpm seed:local test \
84
--generator ${{ inputs.generator-name }} \
85
- --parallel 16 \
+ --parallel 32 \
86
${{ inputs.skip-scripts == 'true' && '--skip-scripts' || '' }} \
87
${{ inputs.allow-unexpected-failures == 'true' && '--allow-unexpected-failures' || '' }}
88
0 commit comments