mirror of
https://github.com/actions/setup-node.git
synced 2025-04-22 09:21:00 +00:00
revert to old method for tests
This commit is contained in:
parent
22dd6d2d77
commit
5590df7c5d
2 changed files with 1 additions and 1 deletions
|
@ -20,6 +20,7 @@ describe('authutil tests', () => {
|
||||||
.toString(36)
|
.toString(36)
|
||||||
.substring(7)
|
.substring(7)
|
||||||
);
|
);
|
||||||
|
process.env['GITHUB_ENV'] = ''; // Stub out ENV file functionality so we can verify it writes to standard out
|
||||||
const tempDir = path.join(_runnerDir, randPath, 'temp');
|
const tempDir = path.join(_runnerDir, randPath, 'temp');
|
||||||
await io.rmRF(tempDir);
|
await io.rmRF(tempDir);
|
||||||
await io.mkdirP(tempDir);
|
await io.mkdirP(tempDir);
|
||||||
|
|
|
@ -488,4 +488,3 @@ describe('setup-node', () => {
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue