add test error matcher

This commit is contained in:
Nick Fyson
2020-08-11 16:19:13 +01:00
parent 979a554a7c
commit d213ffd270
10 changed files with 180 additions and 163 deletions
+1 -1
View File
@@ -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;