mirror of
https://github.com/koichixD/uptime-kuma.git
synced 2026-09-04 17:23:21 +00:00
Update test/backend-test/test-system-service.js
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -20,10 +20,10 @@ if (process.platform === "linux") {
|
||||
}
|
||||
}
|
||||
|
||||
// With Linux and no Systemd (AM64), the test is skipped.
|
||||
// With Linux and no Systemd (ARM64), the test is skipped.
|
||||
if (process.platform === "linux" && !isSystemd) {
|
||||
console.log("::warning title=Systemd Missing::Linux environment detected without systemd (PID 1).");
|
||||
console.log("Skipping System Service test for ARM&4 runner or containers.");
|
||||
console.log("Skipping System Service test for ARM64 runner or containers.");
|
||||
process.exit(0);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user