Skip to content

ci: declare run_all_ui_tests input in reusable-ui-workflow#2942

Merged
wmathurin merged 4 commits into
forcedotcom:devfrom
wmathurin:fix-reusable-ui-workflow-missing-input
Jun 27, 2026
Merged

ci: declare run_all_ui_tests input in reusable-ui-workflow#2942
wmathurin merged 4 commits into
forcedotcom:devfrom
wmathurin:fix-reusable-ui-workflow-missing-input

Conversation

@wmathurin

@wmathurin wmathurin commented Jun 26, 2026

Copy link
Copy Markdown
Contributor

Fixes the workflow validation error introduced by #2941.

`pr.yaml` was updated to pass `run_all_ui_tests` to `reusable-ui-workflow.yaml`, but the `inputs:` block in `reusable-ui-workflow.yaml` was not updated in that PR. This adds the missing `run_all_ui_tests: boolean` input declaration so the workflow validates correctly.

Testing

Validated with `actionlint` locally — no errors on both `pr.yaml` and `reusable-ui-workflow.yaml` after the fix.

Also opened a fork test PR (wmathurin/SalesforceMobileSDK-Android#4) targeting fork `master` (which contains this fix) to verify live. The `test-orchestrator` job queued successfully with no `startup_failure` — confirming the workflow input declaration is valid. (The job stalled waiting for the `forcedotcom-ubuntu` org-scoped runner, which is expected on a personal fork; the relevant signal is that it queued rather than failing at parse time.)

@wmathurin

Copy link
Copy Markdown
Contributor Author

Small change that should have gone in #2941 - so merging it to be able to run all the UI tests for #2937

@wmathurin wmathurin merged commit 07b107f into forcedotcom:dev Jun 27, 2026
2 checks passed
wmathurin added a commit to wmathurin/SalesforceMobileSDK-Android that referenced this pull request Jun 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant