Skip to content

Commit 7e7ccc8

Browse files
committed
test 0.0.1-alpha.10 and bust cache
1 parent 157861d commit 7e7ccc8

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
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"
3333
- run: npx nx show project spring-boot-loader --json
34+
- run: ./gradlew nxProjectGraph -PciTestTargetName=ci --info --rerun-tasks --no-build-cache
3435
# - run: rm -f .nx/workspace-data/project-graph.json
3536

3637
- name: Build

.nx/workflows/agents.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ launch-templates:
3939
- name: Install Node Modules
4040
uses: 'nrwl/nx-cloud-workflows/v4/workflow-steps/install-node-modules/main.yaml'
4141

42+
- name: run gradlew nxProjectGraph for all
43+
script: ./gradlew nxProjectGraph -PciTestTargetName=ci --info --rerun-tasks --no-build-cache
44+
4245
- name: run gradlew nxProjectGraph
4346
script: ./gradlew :spring-boot-project:spring-boot-tools:spring-boot-maven-plugin:nxProjectGraph -PciTestTargetName=ci --info
4447

nx.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
}
4747
}
4848
},
49-
"bustCache": 335,
49+
"bustCache": 337,
5050
"nxCloudUrl": "https://staging.nx.app",
5151
"nxCloudId": "67a56832eb5d9093e3ebe776"
5252
}

0 commit comments

Comments
 (0)