File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -2,4 +2,5 @@ NX_BATCH_MODE=true
2
2
NX_VERBOSE_LOGGING = true
3
3
NX_CLOUD_VERBOSE_LOGGING = true
4
4
NX_TUI = false
5
- CI = true
5
+ CI = true
6
+ NX_CLOUD_NO_TIMEOUT = true
Original file line number Diff line number Diff line change 68
68
COMMERCIAL_REPO_PASSWORD : ${{ inputs.commercial-repository-password }}
69
69
COMMERCIAL_REPO_USERNAME : ${{ inputs.commercial-repository-username }}
70
70
COMMERCIAL_SNAPSHOT_REPO_URL : ${{ inputs.commercial-snapshot-repository-url }}
71
- run : NX_CLOUD_USE_BATCHING=true NX_BATCH_MODE=true NX_CLOUD_DEREFERENCE_SYMLINKS=true NX_VERBOSE_LOGGING=true NX_PERF_LOGGING=true npx nx run-many -t assemble,check-ci --parallel=16 --batch --outputStyle=stream
71
+ run : NX_CLOUD_NO_TIMEOUTS=true NX_CLOUD_USE_BATCHING=true NX_BATCH_MODE=true NX_CLOUD_DEREFERENCE_SYMLINKS=true NX_VERBOSE_LOGGING=true NX_PERF_LOGGING=true npx nx run-many -t assemble,check-ci --parallel=16 --batch --outputStyle=stream
72
72
# - name: Publish
73
73
# id: publish
74
74
# if: ${{ inputs.publish == 'true' }}
Original file line number Diff line number Diff line change 21
21
# Run this command as early as possible, before dependencies are installed
22
22
# Learn more at https://nx.dev/ci/reference/nx-cloud-cli#npx-nxcloud-startcirun
23
23
# Uncomment this line to enable task distribution
24
- - run : NX_CLOUD_USE_BATCHING=true NX_CLOUD_FORCE_USE_EXECUTE_TASKS_V3=false NX_CLOUD_DEREFERENCE_SYMLINKS=true NX_CLOUD_RETRIEVAL_CONCURRENCY=50 NX_CLOUD_NO_TIMEOUTS=true NX_VERBOSE_LOGGING=true NX_CLOUD_VERBOSE_LOGGING=true NX_PERF_LOGGING=true npx nx-cloud start-ci-run --require-explicit-completion --distribute-on="../../.nx/workflows/distribution-config.yaml"
24
+ - run : NX_CLOUD_USE_BATCHING=true NX_CLOUD_NO_TIMEOUTS=true NX_CLOUD_FORCE_USE_EXECUTE_TASKS_V3=false NX_CLOUD_DEREFERENCE_SYMLINKS=true NX_CLOUD_RETRIEVAL_CONCURRENCY=50 NX_CLOUD_NO_TIMEOUTS=true NX_VERBOSE_LOGGING=true NX_CLOUD_VERBOSE_LOGGING=true NX_PERF_LOGGING=true npx nx-cloud start-ci-run --require-explicit-completion --distribute-on="../../.nx/workflows/distribution-config.yaml"
25
25
26
26
- name : Build
27
27
id : build
You can’t perform that action at this time.
0 commit comments