File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 22
22
23
23
- run : npx nx reset
24
24
- run : rm -f .nx/workspace-data/project-graph.json
25
+ - run : ./gradlew nxProjectGraph -PciTestTargetName=ci --info --rerun-tasks --no-build-cache
25
26
- run : npx nx show project spring-boot-loader --json --verbose
26
27
27
28
# This enables task distribution via Nx Cloud
31
32
- run : 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"
32
33
33
34
- run : rm -f .nx/workspace-data/project-graph.json
34
-
35
+
35
36
- name : Build
36
37
id : build
37
38
uses : ./.github/actions/build
You can’t perform that action at this time.
0 commit comments