mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2025-08-22 01:49:07 +08:00
add logging
This commit is contained in:
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…
x
Reference in New Issue
Block a user