Skip to content

Commit 4b3db16

Browse files
authored
fix: add missing maxWorkkers parameter to config.base.yml (#11833)
1 parent 8fccea7 commit 4b3db16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.base.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ jobs:
384384
command: |
385385
source .circleci/local_publish_helpers.sh
386386
verifyPkgCli
387-
387+
388388
amplify_sudo_install_test:
389389
<<: *defaults
390390
steps:
@@ -472,7 +472,7 @@ jobs:
472472
source .circleci/local_publish_helpers.sh
473473
changeNpmGlobalPath
474474
cd packages/amplify-migration-tests
475-
retry yarn run migration_v5.2.0 --no-cache --maxWorkers= $TEST_SUITE
475+
retry yarn run migration_v5.2.0 --no-cache --maxWorkers=3 $TEST_SUITE
476476
no_output_timeout: 65m
477477
- run: *scan_e2e_test_artifacts
478478
- store_test_results:

0 commit comments

Comments
 (0)