mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
🚨 Stabilize test workflows (#2480)
* Attempt to fix test workflows execution * Remove apt update * trying to fix timezone * Trying to fix build issues * Reduced concurrency level * Improve error message and further decrease concurrency level * Further reduce concurrency level * Removed concurrency * Removing update credentials as it's not working currently * Also removing export * Fixed versions for typeorm and sqlite * Re add concurrency * Adjustig sqlite3 and typeorm versions * Fixing only sqlite version * Fixing only typeorm version * Reverting unnecessary changes
This commit is contained in:
@@ -854,7 +854,8 @@ export class ExecuteBatch extends Command {
|
||||
}
|
||||
}
|
||||
} catch (e) {
|
||||
executionResult.error = 'Workflow failed to execute.';
|
||||
// eslint-disable-next-line @typescript-eslint/restrict-template-expressions, @typescript-eslint/no-unsafe-member-access
|
||||
executionResult.error = `Workflow failed to execute: ${e.message}`;
|
||||
executionResult.executionStatus = 'error';
|
||||
}
|
||||
clearTimeout(timeoutTimer);
|
||||
|
||||
Reference in New Issue
Block a user