Compare commits
14 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6991442d16 | |||
| aa1d992d0e | |||
| 250d70de9c | |||
| 4c113affef | |||
| 19806ac731 | |||
| eb8c672aad | |||
| c0f30ebbce | |||
| 29d342f176 | |||
| 72113fe791 | |||
| 7b4d9763cc | |||
| 26c752f562 | |||
| ac1332a8e2 | |||
| c6c5ef6b8e | |||
| ee93b05ee9 |
@@ -28,7 +28,7 @@ jobs:
|
||||
- name: Set Node.js 20.x
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 20.x
|
||||
node-version: 20.18.x
|
||||
|
||||
- name: npm install
|
||||
run: npm install
|
||||
|
||||
@@ -393,6 +393,12 @@ 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)
|
||||
}
|
||||
|
||||
expect(exitCode).toBe(0)
|
||||
|
||||
Reference in New Issue
Block a user