mirror of
https://github.com/actions/setup-node
synced 2025-04-09 18:35:51 +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
__tests__
|
@ -20,6 +20,7 @@ describe('authutil tests', () => {
|
|||
.toString(36)
|
||||
.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');
|
||||
await io.rmRF(tempDir);
|
||||
await io.mkdirP(tempDir);
|
||||
|
|
|
@ -488,4 +488,3 @@ describe('setup-node', () => {
|
|||
});
|
||||
});
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue