switch to just triggering specific integration test jobs

This commit is contained in:
Nick Fyson
2020-09-08 00:03:37 +01:00
parent 11ad8a7ea5
commit 150f771cbe
10 changed files with 517 additions and 425 deletions
Generated
+2 -2
View File
@@ -359,7 +359,7 @@ function getCodeQLForCmd(cmd) {
return JSON.parse(output);
},
async databaseAnalyze(databasePath, sarifFile, querySuite, memoryFlag, addSnippetsFlag, threadsFlag) {
await new toolrunnner.ToolRunner(cmd, [
await toolrunner_error_catcher_1.toolrunnerErrorCatcher(cmd, [
"database",
"analyze",
memoryFlag,
@@ -370,7 +370,7 @@ function getCodeQLForCmd(cmd) {
addSnippetsFlag,
...getExtraOptionsFromEnv(["database", "analyze"]),
querySuite,
]).exec();
]);
},
};
}