mirror of https://github.com/actions/toolkit
add logging
parent
aa1d992d0e
commit
6991442d16
|
@ -393,8 +393,11 @@ 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)
|
||||||
|
/* eslint-disable-next-line no-console */
|
||||||
console.log(toolName)
|
console.log(toolName)
|
||||||
|
/* eslint-disable-next-line no-console */
|
||||||
console.log(exitCode)
|
console.log(exitCode)
|
||||||
|
/* eslint-disable-next-line no-console */
|
||||||
console.log(debugList)
|
console.log(debugList)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue