Remove toolcache decorator
This decorator enabled us to use the functionality of the Actions toolcache within the runner too. Now that we've deleted the runner we no longer need it.
This commit is contained in:
parent
ca8a203b51
commit
c736697abf
45 changed files with 132 additions and 892 deletions
|
|
@ -48,7 +48,6 @@ function getTestConfig(tmpDir: string): Config {
|
|||
paths: [],
|
||||
originalUserInput: {},
|
||||
tempDir: tmpDir,
|
||||
toolCacheDir: tmpDir,
|
||||
codeQLCmd: "foo",
|
||||
gitHubVersion: { type: GitHubVariant.DOTCOM },
|
||||
dbLocation: tmpDir,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue