File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3535
3636 # Connect your workspace on nx.app and uncomment this to enable task distribution.
3737 # The "--stop-agents-after" is optional, but allows idle agents to shut down once the "e2e" targets have been requested
38- - run : pnpm exec nx-cloud start-ci-run --distribute-on=".nx/workflows/dynamic-changesets.yaml" --stop-agents-after="e2e" --with-env-vars="ANDROID_SDK_VERSION,FLUTTER_VERSION,JDK_VERSION"
38+ - run : pnpm exec nx-cloud start-ci-run --distribute-on=".nx/workflows/dynamic-changesets.yaml" --stop-agents-after="e2e-ci " --with-env-vars="ANDROID_SDK_VERSION,FLUTTER_VERSION,JDK_VERSION"
3939
4040 # This line is needed for nx affected to work when CI is running on a PR
4141 - run : git branch --track develop origin/develop || exit 0
4646 main-branch-name : ' develop'
4747
4848 - run : pnpm exec nx-cloud record -- nx format:check
49- - run : pnpm exec nx affected -t lint test build e2e-ci --parallel=8 --exclude=smoke --codeCoverage
49+ - run : pnpm exec nx affected -t lint test build e2e-ci --parallel=5 --exclude=smoke --codeCoverage
You can’t perform that action at this time.
0 commit comments