Skip to content

Commit

Permalink
revert to old method for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
thboop committed Sep 29, 2020
1 parent 22dd6d2 commit c910bc0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions __tests__/authutil.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ describe('authutil tests', () => {
.toString(36)
.substring(7)
);
process.env['GITHUB_ENV'] == ''; // TODO why are we deleting the temp directory on linux?
const tempDir = path.join(_runnerDir, randPath, 'temp');
await io.rmRF(tempDir);
await io.mkdirP(tempDir);
Expand Down

0 comments on commit c910bc0

Please sign in to comment.