1
0
mirror of https://github.com/actions/setup-java.git synced 2026-02-02 14:27:17 +08:00

addressed most of the feedback

This commit is contained in:
Jared Petersen
2020-07-15 19:53:39 -06:00
parent 01f44229d4
commit 7f2382879a
7 changed files with 130 additions and 51 deletions

View File

@@ -16,7 +16,7 @@ import gpg = require('../src/gpg');
describe('gpg tests', () => {
beforeEach(async () => {
await io.mkdirP(tempDir);
}, 300000);
});
afterAll(async () => {
try {