mirror of
https://github.com/moltbot/moltbot.git
synced 2026-04-21 05:32:53 +00:00
ci: speed up scoped workflow lanes
This commit is contained in:
@@ -124,6 +124,16 @@ describe("detectChangedScope", () => {
|
||||
});
|
||||
});
|
||||
|
||||
it("runs platform lanes when the CI workflow changes", () => {
|
||||
expect(detectChangedScope([".github/workflows/ci.yml"])).toEqual({
|
||||
runNode: true,
|
||||
runMacos: true,
|
||||
runAndroid: true,
|
||||
runWindows: true,
|
||||
runSkillsPython: true,
|
||||
});
|
||||
});
|
||||
|
||||
it("treats base and head as literal git args", () => {
|
||||
const markerPath = path.join(
|
||||
os.tmpdir(),
|
||||
|
||||
Reference in New Issue
Block a user