fix(core): change link in e2e-ci error message (#27187)
This commit is contained in:
parent
9712fb2a83
commit
cc0dff2b9c
@ -99,7 +99,7 @@ export function validateNoAtomizedTasks(
|
|||||||
`Please enable Nx Cloud or use the slower ${nonAtomizedTasks.join(
|
`Please enable Nx Cloud or use the slower ${nonAtomizedTasks.join(
|
||||||
','
|
','
|
||||||
)} task${nonAtomizedTasks.length > 1 ? 's' : ''}.`,
|
)} task${nonAtomizedTasks.length > 1 ? 's' : ''}.`,
|
||||||
'Learn more at https://nx.dev/ci/features/split-e2e-tasks#use-atomizer-only-with-nx-cloud-distribution',
|
'Learn more at https://nx.dev/ci/features/split-e2e-tasks#nx-cloud-is-required-to-run-atomized-tasks',
|
||||||
];
|
];
|
||||||
|
|
||||||
if (atomizedRootTasks.length === 1) {
|
if (atomizedRootTasks.length === 1) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user