mirror of
https://gitea.com/actions/setup-node.git
synced 2025-06-24 21:38:13 +08:00
revert to old method for tests
This commit is contained in:
parent
22dd6d2d77
commit
5590df7c5d
@ -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…
Reference in New Issue
Block a user