ci: add windows-latest to test matrix #259
Draft
Annotations
5 errors, 1 warning, and 1 notice
|
|
|
src/utils/shell-execution.ts#L80
TypeError: The argument 'args[1]' must be a string without null bytes. Received 'echo | set /p="Hello\x00World"'
❯ shellExecute src/utils/shell-execution.ts:80:17
❯ src/utils/shell-execution.test.ts:180:26
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: 'ERR_INVALID_ARG_VALUE' }
|
|
src/utils/shell-execution.test.ts#L103
AssertionError: expected 1 to be +0 // Object.is equality
- Expected
+ Received
- 0
+ 1
❯ src/utils/shell-execution.test.ts:103:28
|
|
src/utils/shell-execution.test.ts#L92
AssertionError: expected false to be true // Object.is equality
- Expected
+ Received
- true
+ false
❯ src/utils/shell-execution.test.ts:92:29
|
|
src/utils/shell-execution.test.ts#L82
AssertionError: expected false to be true // Object.is equality
- Expected
+ Received
- true
+ false
❯ src/utils/shell-execution.test.ts:82:29
|
|
|
|
The windows-latest label will migrate from Windows Server 2022 to Windows Server 2025 beginning September 2, 2025. For more information see https://github.com/actions/runner-images/issues/12677
|
The logs for this run have expired and are no longer available.
Loading