1
0
Fork 0

add logging

pull/1852/head
Aiqiao Yan 2024-10-15 19:15:01 +00:00
parent 250d70de9c
commit aa1d992d0e
1 changed files with 3 additions and 0 deletions

View File

@ -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)