1
0
Fork 0
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:
Thomas Boop 2020-09-29 12:36:12 -04:00
parent 22dd6d2d77
commit 5590df7c5d
2 changed files with 1 additions and 1 deletions

View file

@ -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);

View file

@ -488,4 +488,3 @@ describe('setup-node', () => {
});
});
});