mirror of https://github.com/actions/toolkit
add logging
parent
250d70de9c
commit
aa1d992d0e
|
@ -393,6 +393,9 @@ describe('@actions/exec', () => {
|
||||||
const args = ['-c', `node '${scriptPath}' 'file=${semaphorePath}' &`]
|
const args = ['-c', `node '${scriptPath}' 'file=${semaphorePath}' &`]
|
||||||
|
|
||||||
exitCode = await exec.exec(`"${toolName}"`, args, _testExecOptions)
|
exitCode = await exec.exec(`"${toolName}"`, args, _testExecOptions)
|
||||||
|
console.log(toolName)
|
||||||
|
console.log(exitCode)
|
||||||
|
console.log(debugList)
|
||||||
}
|
}
|
||||||
|
|
||||||
expect(exitCode).toBe(0)
|
expect(exitCode).toBe(0)
|
||||||
|
|
Loading…
Reference in New Issue