mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 11:10:45 +00:00
fix: restore release ci guardrails
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
const LEGACY_DAEMON_CLI_EXPORTS = [
|
||||
export const LEGACY_DAEMON_CLI_EXPORTS = [
|
||||
"registerDaemonCli",
|
||||
"runDaemonInstall",
|
||||
"runDaemonRestart",
|
||||
|
||||
@@ -111,7 +111,7 @@ describe("config footprint guardrails", () => {
|
||||
});
|
||||
|
||||
it("keeps bundled channel private-network config canonical in generated metadata", () => {
|
||||
const pluginIds = ["bluebubbles", "matrix", "mattermost", "nextcloud-talk", "tlon"];
|
||||
const pluginIds = ["bluebubbles", "matrix", "nextcloud-talk", "tlon"];
|
||||
|
||||
for (const pluginId of pluginIds) {
|
||||
const metadata = GENERATED_BUNDLED_CHANNEL_CONFIG_METADATA.find(
|
||||
|
||||
Reference in New Issue
Block a user