Compare commits
1
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ca16ab0dbe |
@@ -16,7 +16,7 @@ jobs:
|
|||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
runs-on: [ubuntu-latest, macos-latest, windows-latest]
|
runs-on: [ubuntu-latest, macos-latest-large, windows-latest]
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
|
|
||||||
runs-on: ${{ matrix.runs-on }}
|
runs-on: ${{ matrix.runs-on }}
|
||||||
@@ -28,7 +28,7 @@ jobs:
|
|||||||
- name: Set Node.js 20.x
|
- name: Set Node.js 20.x
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: 20.18.x
|
node-version: 20.x
|
||||||
|
|
||||||
- name: npm install
|
- name: npm install
|
||||||
run: npm install
|
run: npm install
|
||||||
|
|||||||
@@ -393,12 +393,6 @@ 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)
|
|
||||||
/* eslint-disable-next-line no-console */
|
|
||||||
console.log(exitCode)
|
|
||||||
/* eslint-disable-next-line no-console */
|
|
||||||
console.log(debugList)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
expect(exitCode).toBe(0)
|
expect(exitCode).toBe(0)
|
||||||
|
|||||||
Reference in New Issue
Block a user