feat(core): Add error reporting for workflow evaluation (no-changelog) (#12838)

Co-authored-by: oleg <me@olegivaniv.com>
This commit is contained in:
Eugene
2025-02-11 18:03:41 +03:00
committed by GitHub
parent 17acf70591
commit 02573b46e0
29 changed files with 947 additions and 135 deletions

View File

@@ -222,6 +222,11 @@ export class Start extends BaseCommand {
this.initWorkflowHistory();
this.logger.debug('Workflow history init complete');
if (!isMultiMainEnabled) {
await this.cleanupTestRunner();
this.logger.debug('Test runner cleanup complete');
}
if (!this.globalConfig.endpoints.disableUi) {
await this.generateStaticAssets();
}