Skip to content

Commit 3cb4bc0

Browse files
committed
change ciIntTest to be not isolated
1 parent 0de3855 commit 3cb4bc0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
# Run this command as early as possible, before dependencies are installed
2222
# Learn more at https://nx.dev/ci/reference/nx-cloud-cli#npx-nxcloud-startcirun
2323
# Uncomment this line to enable task distribution
24-
- run: NX_CLOUD_USE_BATCHING=true 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"
24+
- run: NX_CLOUD_USE_BATCHING=true 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="5 linux-extra-large-plus-jvm"
2525

2626
- name: Build
2727
id: build

nx.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
}
4141
}
4242
},
43-
"bustCache": 66,
43+
"bustCache": 67,
4444
"nxCloudUrl": "https://staging.nx.app",
4545
"nxCloudId": "67a56832eb5d9093e3ebe776"
4646
}

0 commit comments

Comments
 (0)