Fix failing tests
This commit is contained in:
parent
5c2600e559
commit
d068f5372a
11 changed files with 231 additions and 206 deletions
|
|
@ -92,6 +92,7 @@ export function setupTests(test: TestFn<any>) {
|
|||
export function setupActionsVars(tempDir: string, toolsDir: string) {
|
||||
process.env["RUNNER_TEMP"] = tempDir;
|
||||
process.env["RUNNER_TOOL_CACHE"] = toolsDir;
|
||||
process.env["GITHUB_WORKSPACE"] = tempDir;
|
||||
}
|
||||
|
||||
export interface LoggedMessage {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue