ci: scope mlx helper as macos native

This commit is contained in:
Peter Steinberger
2026-04-22 02:19:58 +01:00
parent e836b5b6d7
commit e5909f3e5d
2 changed files with 14 additions and 2 deletions

View File

@@ -76,6 +76,17 @@ describe("detectChangedScope", () => {
runChangedSmoke: false,
runControlUiI18n: false,
});
expect(
detectChangedScope(["apps/macos-mlx-tts/Sources/OpenClawMLXTTSHelper/main.swift"]),
).toEqual({
runNode: false,
runMacos: true,
runAndroid: false,
runWindows: false,
runSkillsPython: false,
runChangedSmoke: false,
runControlUiI18n: false,
});
expect(detectChangedScope(["apps/shared/OpenClawKit/Sources/Foo.swift"])).toEqual({
runNode: false,
runMacos: true,