Currently, when the Nightly E2E Matrix job is ran it gets stuck at: ``` Waiting for Local registry to start on http://localhost:4873... Waiting for Local registry to start on http://localhost:4873... Waiting for Local registry to start on http://localhost:4873... Waiting for Local registry to start on http://localhost:4873... Waiting for Local registry to start on http://localhost:4873... Waiting for Local registry to start on http://localhost:4873... ``` Which blocks other jobs and they will be queued for an unnecessary long period.  This change should ensure that the local-registry is ran first before attempting to run the test suite. Results: https://github.com/nrwl/nx/actions/runs/14799474928/job/41554727471 No longer hanging.