File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 31
31
# Uncomment this line to enable task distribution
32
32
- run : RUST_BACKTRACE=1 NX_FORCE_REUSE_CACHED_GRAPH=false 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"
33
33
- run : npx nx show project spring-boot-loader --json
34
+ - run : ./gradlew nxProjectGraph -PciTestTargetName=ci --info --rerun-tasks --no-build-cache
34
35
# - run: rm -f .nx/workspace-data/project-graph.json
35
36
36
37
- name : Build
Original file line number Diff line number Diff line change @@ -39,6 +39,9 @@ launch-templates:
39
39
- name : Install Node Modules
40
40
uses : ' nrwl/nx-cloud-workflows/v4/workflow-steps/install-node-modules/main.yaml'
41
41
42
+ - name : run gradlew nxProjectGraph for all
43
+ script : ./gradlew nxProjectGraph -PciTestTargetName=ci --info --rerun-tasks --no-build-cache
44
+
42
45
- name : run gradlew nxProjectGraph
43
46
script : ./gradlew :spring-boot-project:spring-boot-tools:spring-boot-maven-plugin:nxProjectGraph -PciTestTargetName=ci --info
44
47
Original file line number Diff line number Diff line change 46
46
}
47
47
}
48
48
},
49
- "bustCache" : 335 ,
49
+ "bustCache" : 337 ,
50
50
"nxCloudUrl" : " https://staging.nx.app" ,
51
51
"nxCloudId" : " 67a56832eb5d9093e3ebe776"
52
52
}
You can’t perform that action at this time.
0 commit comments