Skip to content

feat: Unify tools

feat: Unify tools #240

Triggered via pull request August 14, 2025 17:28
Status Failure
Total duration 58s
Artifacts

ci.yml

on: pull_request
Matrix: build-and-test
Fit to window
Zoom out
Zoom in

Annotations

2 errors
build-and-test (24.x)
Process completed with exit code 1.
src/mcp/tools/macos/__tests__/get_macos_app_path.test.ts > get_macos_app_path plugin > Command Generation > should generate correct command with workspace minimal parameters: src/mcp/tools/macos/__tests__/get_macos_app_path.test.ts#L100
AssertionError: expected [ [ 'xcodebuild', …(7) ], …(3) ] to deeply equal [ [ 'xcodebuild', …(9) ], …(3) ] - Expected + Received @@ -6,12 +6,10 @@ "/path/to/MyProject.xcworkspace", "-scheme", "MyScheme", "-configuration", "Debug", - "-destination", - "platform=macOS", ], "Get App Path", true, undefined, ] ❯ src/mcp/tools/macos/__tests__/get_macos_app_path.test.ts:100:24