Fix failing tests
This commit is contained in:
parent
5c2600e559
commit
d068f5372a
11 changed files with 231 additions and 206 deletions
1
lib/testing-utils.js
generated
1
lib/testing-utils.js
generated
|
|
@ -90,6 +90,7 @@ exports.setupTests = setupTests;
|
|||
function setupActionsVars(tempDir, toolsDir) {
|
||||
process.env["RUNNER_TEMP"] = tempDir;
|
||||
process.env["RUNNER_TOOL_CACHE"] = toolsDir;
|
||||
process.env["GITHUB_WORKSPACE"] = tempDir;
|
||||
}
|
||||
exports.setupActionsVars = setupActionsVars;
|
||||
function getRecordingLogger(messages) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue