File tree Expand file tree Collapse file tree 3 files changed +13
-8
lines changed Expand file tree Collapse file tree 3 files changed +13
-8
lines changed 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_BATCH_MODE=true NX_CLOUD_DEREFERENCE_SYMLINKS=true NX_VERBOSE_LOGGING=true NX_PERF_LOGGING=true NX_CLOUD_NO_TIMEOUTS=true NX_CLOUD_VERBOSE_LOGGING=true npx nx run-many -t build-ci --parallel=32 --batch --outputStyle=stream
71
+ run : NX_BATCH_MODE=true NX_CLOUD_DEREFERENCE_SYMLINKS=true NX_VERBOSE_LOGGING=true NX_PERF_LOGGING=true NX_CLOUD_NO_TIMEOUTS=true NX_CLOUD_VERBOSE_LOGGING=true npx nx run pring-boot-loader: build-ci --parallel=32 --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 12
12
- name : Remove gradle cache folder
13
13
run : rm -rf ~/.gradle/caches
14
14
15
- # This enables task distribution via Nx Cloud
16
- # Run this command as early as possible, before dependencies are installed
17
- # Learn more at https://nx.dev/ci/reference/nx-cloud-cli#npx-nxcloud-startcirun
18
- # Uncomment this line to enable task distribution
19
- - run : 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"
20
-
21
15
- name : Use Node.js
22
16
uses : actions/setup-node@v4
23
17
with :
26
20
cache : npm
27
21
- run : npm install
28
22
23
+ # This enables task distribution via Nx Cloud
24
+ # Run this command as early as possible, before dependencies are installed
25
+ # Learn more at https://nx.dev/ci/reference/nx-cloud-cli#npx-nxcloud-startcirun
26
+ # Uncomment this line to enable task distribution
27
+ - run : 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"
28
+
29
+ - run : npx nx show projects
30
+
29
31
- name : Build
30
32
id : build
31
33
uses : ./.github/actions/build
Original file line number Diff line number Diff line change @@ -37,4 +37,7 @@ launch-templates:
37
37
'../.cache/Cypress'
38
38
base-branch : ' main'
39
39
- name : Install Node Modules
40
- uses : ' nrwl/nx-cloud-workflows/v4/workflow-steps/install-node-modules/main.yaml'
40
+ uses : ' nrwl/nx-cloud-workflows/v4/workflow-steps/install-node-modules/main.yaml'
41
+
42
+ - name : Show projects
43
+ script : npx nx show projects
You can’t perform that action at this time.
0 commit comments