Skip to content

Commit e9f2691

Browse files
committed
show project spring-boot-loader
1 parent 246230d commit e9f2691

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.github/actions/build/action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,10 @@ runs:
6565
#- name: remove project graph
6666
#shell: bash
6767
#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
6872
- name: Build
6973
id: build
7074
if: ${{ inputs.publish == 'false' }}

.github/workflows/build-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
# Learn more at https://nx.dev/ci/reference/nx-cloud-cli#npx-nxcloud-startcirun
3131
# Uncomment this line to enable task distribution
3232
- 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
3434
# - run: rm -f .nx/workspace-data/project-graph.json
3535

3636
- name: Build

.nx/workflows/agents.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,7 @@ launch-templates:
4949
script: npx nx show project spring-boot-buildpack-platform --json=false
5050

5151
- 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

0 commit comments

Comments
 (0)