mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-22 15:31:07 +00:00
fix(ci): share compat matrix and restore skill python gating
This commit is contained in:
@@ -124,6 +124,16 @@ describe("detectChangedScope", () => {
|
||||
});
|
||||
});
|
||||
|
||||
it("runs Python skill tests when shared Python config changes", () => {
|
||||
expect(detectChangedScope(["pyproject.toml"])).toEqual({
|
||||
runNode: true,
|
||||
runMacos: false,
|
||||
runAndroid: false,
|
||||
runWindows: false,
|
||||
runSkillsPython: true,
|
||||
});
|
||||
});
|
||||
|
||||
it("runs platform lanes when the CI workflow changes", () => {
|
||||
expect(detectChangedScope([".github/workflows/ci.yml"])).toEqual({
|
||||
runNode: true,
|
||||
|
||||
Reference in New Issue
Block a user