mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-10 23:16:10 +00:00
fix(ci): stabilize Windows startup fallback tests (#101223)
* test(windows): stabilize startup fallback fixtures * ci(windows): route daemon scheduler changes
This commit is contained in:
committed by
GitHub
parent
c5161f96ce
commit
dbba3d2a8e
@@ -420,6 +420,24 @@ describe("detectChangedScope", () => {
|
||||
runChangedSmoke: false,
|
||||
runControlUiI18n: false,
|
||||
});
|
||||
for (const daemonPath of [
|
||||
"src/daemon/schtasks.ts",
|
||||
"src/daemon/schtasks-exec.ts",
|
||||
"src/daemon/schtasks.startup-fallback.test.ts",
|
||||
"src/daemon/runtime-hints.windows-paths.test.ts",
|
||||
"src/daemon/test-helpers/schtasks-fixtures.ts",
|
||||
]) {
|
||||
expect(detectChangedScope([daemonPath]), daemonPath).toEqual({
|
||||
runNode: true,
|
||||
runMacos: false,
|
||||
runIosBuild: false,
|
||||
runAndroid: false,
|
||||
runWindows: true,
|
||||
runSkillsPython: false,
|
||||
runChangedSmoke: false,
|
||||
runControlUiI18n: false,
|
||||
});
|
||||
}
|
||||
expect(detectChangedScope(["src/shared/runtime-import.ts"])).toEqual({
|
||||
runNode: true,
|
||||
runMacos: false,
|
||||
|
||||
Reference in New Issue
Block a user