mirror of
https://github.com/stablyai/orca.git
synced 2026-09-22 00:02:31 +00:00
The spec called startDockerSshRelayTarget() with no argument while the helper signature is (testInfo: TestInfo) and dereferences testInfo.workerIndex, so it threw before any Orca code ran and took the Docker SSH lane red on every PR. Fixes #16764