Skip to content

Commit 654544b

Browse files
committed
test(ci): align plugin prerelease manifest env
1 parent 252673d commit 654544b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

test/scripts/plugin-prerelease-test-plan.test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -339,6 +339,8 @@ describe("scripts/lib/plugin-prerelease-test-plan.mjs", () => {
339339
"${{ github.event_name == 'workflow_dispatch' && (inputs.release_gate || inputs.include_android) && 'true' || steps.changed_scope.outputs.run_android || 'false' }}",
340340
OPENCLAW_CI_RUN_CONTROL_UI_I18N:
341341
"${{ 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' }}",
342344
OPENCLAW_CI_RUN_MACOS:
343345
"${{ github.event_name == 'workflow_dispatch' && 'true' || steps.changed_scope.outputs.run_macos || 'false' }}",
344346
OPENCLAW_CI_RUN_NODE:

0 commit comments

Comments
 (0)