mirror of
https://github.com/actions/setup-dotnet.git
synced 2026-06-07 18:17:11 +00:00
Fix unit test
This commit is contained in:
parent
f92687c910
commit
b7b99f337e
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ describe('setup-dotnet tests', () => {
|
|||
await io.rmRF(tempDir);
|
||||
});
|
||||
|
||||
afterAll(async () => {
|
||||
afterEach(async () => {
|
||||
try {
|
||||
await io.rmRF(path.join(process.cwd(), 'global.json'));
|
||||
await io.rmRF(toolDir);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue