mirror of
https://gitea.com/actions/setup-java.git
synced 2025-04-05 14:59:37 +00:00
addressed most of the feedback
This commit is contained in:
@ -16,7 +16,7 @@ import gpg = require('../src/gpg');
|
||||
describe('gpg tests', () => {
|
||||
beforeEach(async () => {
|
||||
await io.mkdirP(tempDir);
|
||||
}, 300000);
|
||||
});
|
||||
|
||||
afterAll(async () => {
|
||||
try {
|
||||
|
Reference in New Issue
Block a user