ci: add windows-latest to test matrix #1211
Triggered via pull request
September 17, 2025 06:36
Status
Failure
Total duration
3m 39s
Artifacts
–
Annotations
5 errors, 3 warnings, and 1 notice
|
test (windows-latest)
Process completed with exit code 1.
|
|
src/utils/shell-execution.test.ts > shell-execution > shellExecute > should detect binary output:
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 > shell-execution > shellExecute > should not timeout when command completes within timeout:
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 > shell-execution > shellExecute > should timeout with exact timeout value:
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 > shell-execution > shellExecute > should timeout long-running command:
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
|
|
test (ubuntu-latest)
Failed to save: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>0m1fKaAAAAACGTDe92hEbQoLfBglsHZ4vQkwyQUEyMDMwMTA5MDA3AEVkZ2U=
|
|
test (ubuntu-latest)
Failed to restore: Cache service responded with 400
|
|
test (windows-latest)
Failed to restore: Cache service responded with 400
|
|
test (windows-latest)
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
|