test(ci): align plugin prerelease manifest env · openclaw/openclaw@654544b
vincentkoc
·
2026-06-24
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -339,6 +339,8 @@ describe("scripts/lib/plugin-prerelease-test-plan.mjs", () => {
|
339 | 339 | "${{ github.event_name == 'workflow_dispatch' && (inputs.release_gate || inputs.include_android) && 'true' || steps.changed_scope.outputs.run_android || 'false' }}", |
340 | 340 | OPENCLAW_CI_RUN_CONTROL_UI_I18N: |
341 | 341 | "${{ github.event_name == 'workflow_dispatch' && 'true' || steps.changed_scope.outputs.run_control_ui_i18n || 'false' }}", |
| 342 | +OPENCLAW_CI_RUN_IOS_BUILD: |
| 343 | +"${{ github.event_name == 'workflow_dispatch' && 'true' || steps.changed_scope.outputs.run_ios_build || 'false' }}", |
342 | 344 | OPENCLAW_CI_RUN_MACOS: |
343 | 345 | "${{ github.event_name == 'workflow_dispatch' && 'true' || steps.changed_scope.outputs.run_macos || 'false' }}", |
344 | 346 | OPENCLAW_CI_RUN_NODE: |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。