mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2025-08-22 08:59:09 +08:00
add logging
This commit is contained in:
parent
aa1d992d0e
commit
6991442d16
@ -393,8 +393,11 @@ describe('@actions/exec', () => {
|
||||
const args = ['-c', `node '${scriptPath}' 'file=${semaphorePath}' &`]
|
||||
|
||||
exitCode = await exec.exec(`"${toolName}"`, args, _testExecOptions)
|
||||
/* eslint-disable-next-line no-console */
|
||||
console.log(toolName)
|
||||
/* eslint-disable-next-line no-console */
|
||||
console.log(exitCode)
|
||||
/* eslint-disable-next-line no-console */
|
||||
console.log(debugList)
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user