We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22dd6d2 commit c910bc0Copy full SHA for c910bc0
1 file changed
__tests__/authutil.test.ts
@@ -20,6 +20,7 @@ describe('authutil tests', () => {
20
.toString(36)
21
.substring(7)
22
);
23
+ process.env['GITHUB_ENV'] == ''; // TODO why are we deleting the temp directory on linux?
24
const tempDir = path.join(_runnerDir, randPath, 'temp');
25
await io.rmRF(tempDir);
26
await io.mkdirP(tempDir);
0 commit comments