690322:2132 Fixing Deployment Errors #02
CI / CD Pipeline / build (push) Failing after 6m50s
CI / CD Pipeline / release (push) Has been skipped
CI / CD Pipeline / deploy (push) Has been skipped

This commit is contained in:
2026-03-22 21:32:35 +07:00
parent 4dc14aba5b
commit ae019f243a
5 changed files with 4 additions and 7 deletions
+1
View File
@@ -13,6 +13,7 @@ async function runSeeds() {
await seedOrganizations(dataSource);
await seedUsers(dataSource);
} catch (_error) {
// Ignore error as logs are removed
} finally {
await dataSource.destroy();
}
@@ -131,8 +131,8 @@ export const seedWorkflowDefinitions = async (dataSource: DataSource) => {
})
);
} catch (_error) {
// Ignore error as logs are removed
}
} else {
}
}
};