fix(core): change link in e2e-ci error message (#27187)

This commit is contained in:
MaxKless 2024-07-30 17:52:42 +02:00 committed by GitHub
parent 9712fb2a83
commit cc0dff2b9c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -99,7 +99,7 @@ export function validateNoAtomizedTasks(
`Please enable Nx Cloud or use the slower ${nonAtomizedTasks.join(
','
)} 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) {