mirror of
https://github.com/github/codeql-action.git
synced 2026-05-08 14:50:21 +00:00
add test error matcher
This commit is contained in:
Generated
+1
-1
@@ -99,7 +99,7 @@ async function run() {
|
||||
}
|
||||
}
|
||||
catch (error) {
|
||||
core.setFailed(error.message);
|
||||
// core.setFailed(error.message);
|
||||
console.log(error);
|
||||
await sendStatusReport(startedAt, queriesStats, uploadStats, error);
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user