Skip to content

chore(e2e): add GitHub Actions option to run Expo example app E2E tests#117

Merged
floydkim merged 1 commit intomasterfrom
e2e-workflow-expo-support
Feb 18, 2026
Merged

chore(e2e): add GitHub Actions option to run Expo example app E2E tests#117
floydkim merged 1 commit intomasterfrom
e2e-workflow-expo-support

Conversation

@floydkim
Copy link
Collaborator

Summary

  • Added an expo boolean input to the GitHub Actions E2E workflow (workflow_dispatch).
  • Extended iOS/Android E2E commands to pass --framework expo when the Expo option is enabled.
  • Kept default behavior unchanged for non-Expo runs.

Changes

  • Updated .github/workflows/e2e-manual.yml.
  • Added inputs.expo:
    • type: boolean
    • default: false
  • iOS job:
    • Runs with --framework expo only when inputs.expo == true.
  • Android job:
    • Runs with --framework expo only when inputs.expo == true.

@floydkim floydkim merged commit 7372a94 into master Feb 18, 2026
2 checks passed
@floydkim floydkim deleted the e2e-workflow-expo-support branch February 18, 2026 08:26
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

Comments