mirror of https://github.com/actions/toolkit
pull/1344/head
parent
eed631025c
commit
9ff7fcb0e5
|
@ -354,6 +354,7 @@ describe('rmRF', () => {
|
|||
expect(err.code).toBe('EPERM')
|
||||
}
|
||||
} else {
|
||||
await io.rmRF(testPath)
|
||||
await assertNotExists(testPath)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue