mirror of
https://github.com/github/codeql-action.git
synced 2025-12-24 00:00:20 +08:00
Make name of debugging artifact and DB within it configurable
This commit is contained in:
@@ -20,6 +20,8 @@ import {
|
||||
setupTests,
|
||||
} from "./testing-utils";
|
||||
import {
|
||||
DEFAULT_DEBUG_ARTIFACT_NAME,
|
||||
DEFAULT_DEBUG_DATABASE_NAME,
|
||||
GitHubVariant,
|
||||
HTTPError,
|
||||
initializeEnvironment,
|
||||
@@ -58,6 +60,8 @@ function getTestConfig(tmpDir: string): Config {
|
||||
dbLocation: tmpDir,
|
||||
packs: {},
|
||||
debugMode: false,
|
||||
debugArtifactName: DEFAULT_DEBUG_ARTIFACT_NAME,
|
||||
debugDatabaseName: DEFAULT_DEBUG_DATABASE_NAME,
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user