Catch case where database isn't finalized
This commit is contained in:
parent
1016eba538
commit
2746051310
12 changed files with 70 additions and 64 deletions
5
lib/analyze-action.js
generated
5
lib/analyze-action.js
generated
|
|
@ -119,11 +119,6 @@ async function run() {
|
|||
}
|
||||
return;
|
||||
}
|
||||
finally {
|
||||
if (config === null || config === void 0 ? void 0 : config.debugMode) {
|
||||
await actionsUtil.uploadDatabaseBundleDebugArtifact(config);
|
||||
}
|
||||
}
|
||||
if (runStats && uploadResult) {
|
||||
await sendStatusReport(startedAt, config, {
|
||||
...runStats,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue