mirror of https://github.com/actions/toolkit
add debug logs
parent
068db23ad8
commit
6a330f08c2
|
@ -193,6 +193,7 @@ describe('cp', () => {
|
|||
|
||||
describe('mv', () => {
|
||||
beforeAll(async () => {
|
||||
console.log('before')
|
||||
await io.rmRF(getTestTemp())
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in New Issue