File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 65
65
# - name: remove project graph
66
66
# shell: bash
67
67
# run: rm -f .nx/workspace-data/project-graph.json
68
+
69
+ - name : show projects
70
+ shell : bash
71
+ run : npx nx show project spring-boot-loader --json
68
72
- name : Build
69
73
id : build
70
74
if : ${{ inputs.publish == 'false' }}
Original file line number Diff line number Diff line change 30
30
# Learn more at https://nx.dev/ci/reference/nx-cloud-cli#npx-nxcloud-startcirun
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
34
# - run: rm -f .nx/workspace-data/project-graph.json
35
35
36
36
- name : Build
Original file line number Diff line number Diff line change @@ -49,4 +49,7 @@ launch-templates:
49
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=false
52
+ script : npx nx show project spring-boot-loader --json=false
53
+
54
+ - name : show project spring-boot-loader json
55
+ script : npx nx show project spring-boot-loader --json
You can’t perform that action at this time.
0 commit comments