You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(runner): refactor RunServiceTask to use new completion action
This commit updates the `RunServiceTask` by changing its main run method to use a new function, `runAndCollectTestResults`, which replaces the `doRun` method. It also introduces a dedicated completion action, `processRunCompletionAction`, which encapsulates the logic for handling the aftermath of a process run. This change improves the structure and readability of the code, providing a clearer separation of concerns and a more maintainable implementation.
0 commit comments