File tree Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 62
62
java-early-access : ${{ inputs.java-early-access }}
63
63
java-toolchain : ${{ inputs.java-toolchain }}
64
64
java-version : ${{ inputs.java-version }}
65
- - name : nx show project spring-boot-loader
65
+ - name : remove project graph
66
66
shell : bash
67
- run : npx nx show project spring-boot-loader -- json --verbose
67
+ run : rm -f .nx/workspace-data/project-graph. json
68
68
- name : Build
69
69
id : build
70
70
if : ${{ inputs.publish == 'false' }}
74
74
COMMERCIAL_REPO_PASSWORD : ${{ inputs.commercial-repository-password }}
75
75
COMMERCIAL_REPO_USERNAME : ${{ inputs.commercial-repository-username }}
76
76
COMMERCIAL_SNAPSHOT_REPO_URL : ${{ inputs.commercial-snapshot-repository-url }}
77
- run : CI=true 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
77
+ run : NX_FORCE_REUSE_CACHED_GRAPH=false CI=true 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
78
78
# - name: Publish
79
79
# id: publish
80
80
# if: ${{ inputs.publish == 'true' }}
Original file line number Diff line number Diff line change @@ -21,14 +21,17 @@ jobs:
21
21
- run : npm install
22
22
23
23
- run : npx nx reset
24
+ - run : rm -f .nx/workspace-data/project-graph.json
24
25
- run : npx nx show project spring-boot-loader --json --verbose
25
26
26
27
# This enables task distribution via Nx Cloud
27
28
# Run this command as early as possible, before dependencies are installed
28
29
# Learn more at https://nx.dev/ci/reference/nx-cloud-cli#npx-nxcloud-startcirun
29
30
# Uncomment this line to enable task distribution
30
- - 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"
31
+ - 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"
31
32
33
+ - run : rm -f .nx/workspace-data/project-graph.json
34
+
32
35
- name : Build
33
36
id : build
34
37
uses : ./.github/actions/build
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ launch-templates:
46
46
script : npx nx show projects
47
47
48
48
- name : show project spring-boot-buildpack-platform
49
- script : npx nx show project spring-boot-buildpack-platform --json
49
+ script : npx nx show project spring-boot-buildpack-platform --json=false
50
50
51
51
- name : show project spring-boot-loader
52
- script : npx nx show project spring-boot-loader --json
52
+ script : npx nx show project spring-boot-loader --json=false
You can’t perform that action at this time.
0 commit comments