Tests not being executed

This commit is contained in:
Oliver Davies 2024-02-21 00:33:23 +00:00
parent f80427a559
commit 1e0bee8551

1
versa
View file

@ -152,6 +152,7 @@ $application->setCode(function (InputInterface $input): int {
extraArgs: $extraArgs,
workingDir: $workingDir,
);
$process->run();
break;
}