Add an option to upload some debugging artifacts

This commit is contained in:
Edoardo Pirovano
2021-10-28 14:15:22 +01:00
parent 4293754ed2
commit bc31f604d3
40 changed files with 374 additions and 65 deletions

View File

@@ -47,6 +47,7 @@ function getTestConfig(tmpDir: string): Config {
gitHubVersion: { type: GitHubVariant.DOTCOM },
dbLocation: tmpDir,
packs: {},
debugMode: false,
};
}