Skip to content

Commit c910bc0

Browse files
committed
revert to old method for tests
1 parent 22dd6d2 commit c910bc0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

__tests__/authutil.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ describe('authutil tests', () => {
2020
.toString(36)
2121
.substring(7)
2222
);
23+
process.env['GITHUB_ENV'] == ''; // TODO why are we deleting the temp directory on linux?
2324
const tempDir = path.join(_runnerDir, randPath, 'temp');
2425
await io.rmRF(tempDir);
2526
await io.mkdirP(tempDir);

0 commit comments

Comments
 (0)