fix(desktop): restore account shell PATH discovery #103
ci.yml
on: pull_request
Check
1m 29s
Test
1m 0s
Mobile Native Static Analysis
53s
Release Smoke
51s
Annotations
2 errors and 4 warnings
|
Test
Process completed with exit code 1.
|
|
src/shell/DesktopShellEnvironment.test.ts > DesktopShellEnvironment > falls back to launchctl PATH on macOS when shell probing does not return one:
apps/desktop/src/shell/DesktopShellEnvironment.test.ts#L205
AssertionError: expected [ '/opt/homebrew/bin/nu', …(3) ] to deeply equal [ '/opt/homebrew/bin/nu', …(2) ]
- Expected
+ Received
[
"/opt/homebrew/bin/nu",
+ "/bin/bash",
"/bin/zsh",
"/bin/launchctl",
]
❯ Array.<anonymous> src/shell/DesktopShellEnvironment.test.ts:205:14
❯ Object.~effect/Effect/successCont ../../node_modules/.pnpm/effect@4.0.0-beta.103_patch_hash=af36b7948b6f9c56623074662b51dade5699880c1a7c71245de73e13c3185fb6/node_modules/effect/src/internal/effect.ts:1355:25
❯ Object.~effect/Effect/evaluate ../../node_modules/.pnpm/effect@4.0.0-beta.103_patch_hash=af36b7948b6f9c56623074662b51dade5699880c1a7c71245de73e13c3185fb6/node_modules/effect/src/internal/core.ts:514:30
❯ FiberImpl.runLoop ../../node_modules/.pnpm/effect@4.0.0-beta.103_patch_hash=af36b7948b6f9c56623074662b51dade5699880c1a7c71245de73e13c3185fb6/node_modules/effect/src/internal/effect.ts:654:39
❯ FiberImpl.evaluate ../../node_modules/.pnpm/effect@4.0.0-beta.103_patch_hash=af36b7948b6f9c56623074662b51dade5699880c1a7c71245de73e13c3185fb6/node_modules/effect/src/internal/effect.ts:606:22
❯ ../../node_modules/.pnpm/effect@4.0.0-beta.103_patch_hash=af36b7948b6f9c56623074662b51dade5699880c1a7c71245de73e13c3185fb6/node_modules/effect/src/internal/effect.ts:5377:8
❯ ../../node_modules/.pnpm/effect@4.0.0-beta.103_patch_hash=af36b7948b6f9c56623074662b51dade5699880c1a7c71245de73e13c3185fb6/node_modules/effect/src/internal/effect.ts:5455:18
❯ Module.<anonymous> ../../node_modules/.pnpm/effect@4.0.0-beta.103_patch_hash=af36b7948b6f9c56623074662b51dade5699880c1a7c71245de73e13c3185fb6/node_modules/effect/src/internal/effect.ts:5474:4
|
|
Release Smoke
The process '/usr/local/bin/git' failed with exit code 128
|
|
Mobile Native Static Analysis
The process '/opt/homebrew/bin/git' failed with exit code 128
|
|
Test
The process '/usr/local/bin/git' failed with exit code 128
|
|
Check
The process '/usr/local/bin/git' failed with exit code 128
|