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 9a277e9 commit 726d091Copy full SHA for 726d091
.github/workflows/build.yml
@@ -215,7 +215,7 @@ jobs:
215
export PATH=$PWD:$PATH
216
217
leeway build dev:all \
218
- --max-concurrent-tasks 16 \
+ --max-concurrent-tasks 8 \
219
--docker-build-options network=host \
220
--cache remote \
221
-Dversion=$VERSION \
@@ -285,7 +285,7 @@ jobs:
285
$TEST \
286
287
288
289
-DlocalAppVersion=$VERSION \
290
-DpublishToNPM="${PUBLISH_TO_NPM}" \
291
-DnpmPublishTrigger="${NPM_PUBLISH_TRIGGER}" \
0 commit comments