fix: print the manual elevated-PowerShell command instead of staging a .cmd #706
Annotations
9 errors and 2 warnings
|
matrix (windows-latest)
Process completed with exit code 1.
|
|
tests/lib/download.test.ts > runSkillOffice > --uninstall fetches only the uninstall script and runs it with passthroughs:
tests/lib/download.test.ts#L587
AssertionError: expected 1 to be +0 // Object.is equality
- Expected
+ Received
- 0
+ 1
❯ tests/lib/download.test.ts:587:16
|
|
tests/lib/download.test.ts > runSkillOffice > drops a stale .partial for the script instead of resuming onto it:
tests/lib/download.test.ts#L524
AssertionError: expected 1 to be +0 // Object.is equality
- Expected
+ Received
- 0
+ 1
❯ tests/lib/download.test.ts:524:16
|
|
tests/lib/download.test.ts > runSkillOffice > always refetches the setup script, but reuses a finished bundle:
tests/lib/download.test.ts#L507
AssertionError: expected 1 to be +0 // Object.is equality
- Expected
+ Received
- 0
+ 1
❯ tests/lib/download.test.ts:507:16
|
|
tests/lib/download.test.ts > runSkillOffice > ensureStagingDir falls back when the preferred dir is unwritable:
tests/lib/download.test.ts#L470
AssertionError: expected 'C:\Users\RUNNER~1\AppData\Local\Temp\…' to be 'C:\Users\RUNNER~1\AppData\Local\Temp\…' // Object.is equality
Expected: "C:\Users\RUNNER~1\AppData\Local\Temp\codev-download-QJY6Np\fallback-office"
Received: "C:\Users\RUNNER~1\AppData\Local\Temp\codev-download-QJY6Np\locked\codev-office"
❯ tests/lib/download.test.ts:470:16
|
|
tests/lib/download.test.ts > runSkillOffice > propagates the installer's exit code:
tests/lib/download.test.ts#L380
AssertionError: expected 1 to be 7 // Object.is equality
- Expected
+ Received
- 7
+ 1
❯ tests/lib/download.test.ts:380:16
|
|
tests/lib/download.test.ts > runSkillOffice > runs the installer via bash with translated flags:
tests/lib/download.test.ts#L369
AssertionError: expected 1 to be +0 // Object.is equality
- Expected
+ Received
- 0
+ 1
❯ tests/lib/download.test.ts:369:16
|
|
tests/lib/download.test.ts > runSkillOffice > --download-only stages both files and never spawns:
tests/lib/download.test.ts#L352
AssertionError: expected 1 to be +0 // Object.is equality
- Expected
+ Received
- 0
+ 1
❯ tests/lib/download.test.ts:352:16
|
|
test
Process completed with exit code 1.
|
|
matrix (ubuntu-latest)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
matrix (windows-latest)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|