mirror of
https://github.com/actions/setup-java.git
synced 2025-04-19 17:36:45 +00:00
addressed most of the feedback
This commit is contained in:
parent
01f44229d4
commit
7f2382879a
7 changed files with 130 additions and 51 deletions
|
@ -16,7 +16,7 @@ import gpg = require('../src/gpg');
|
|||
describe('gpg tests', () => {
|
||||
beforeEach(async () => {
|
||||
await io.mkdirP(tempDir);
|
||||
}, 300000);
|
||||
});
|
||||
|
||||
afterAll(async () => {
|
||||
try {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue