Skip to content

Commit d2a3ac0

Browse files
committed
add --no-build-cache
1 parent cea2e0f commit d2a3ac0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222

2323
- run: npx nx reset
2424
- run: rm -f .nx/workspace-data/project-graph.json
25+
- run: ./gradlew nxProjectGraph -PciTestTargetName=ci --info --rerun-tasks
2526
- run: npx nx show project spring-boot-loader --json --verbose
2627

2728
# This enables task distribution via Nx Cloud
@@ -31,7 +32,7 @@ jobs:
3132
- 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"
3233

3334
- run: rm -f .nx/workspace-data/project-graph.json
34-
35+
3536
- name: Build
3637
id: build
3738
uses: ./.github/actions/build

0 commit comments

Comments
 (0)