Skip to content

fix(ci): use setup action, disable cache, fix detox install races in Expo beta test workflow#385

Merged
artus9033 merged 6 commits into
mainfrom
fix/expo-beta-testing-detox-install-concurrency
Jun 18, 2026
Merged

fix(ci): use setup action, disable cache, fix detox install races in Expo beta test workflow#385
artus9033 merged 6 commits into
mainfrom
fix/expo-beta-testing-detox-install-concurrency

Conversation

@artus9033

Copy link
Copy Markdown
Collaborator

Use setup action, disable cache, fix detox install races in Expo beta test workflow.

Summary

Test plan

Copilot AI review requested due to automatic review settings June 17, 2026 22:02

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the Expo beta road test CI workflow and related composite actions to standardize monorepo setup via the shared ./.github/actions/setup action, disable Turbo cache restoration for this workflow, and reduce Detox postinstall race conditions during installs.

Changes:

  • Use the shared setup composite action in the Expo beta Android/iOS road test jobs and disable Turbo cache restore.
  • Disable Detox postinstall during the Expo beta dependency update step to avoid install races.
  • Add restore-turbo-cache passthrough inputs to the Android/iOS road-test composite actions.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.

File Description
.github/workflows/expo-beta-road-test.yml Adds shared monorepo setup, disables Turbo cache restore, adjusts Expo beta dependency install flow.
.github/actions/appleapp-road-test/action.yml Adds restore-turbo-cache input and forwards it to the shared setup action.
.github/actions/androidapp-road-test/action.yml Adds restore-turbo-cache input and forwards it to the shared setup action.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +87 to +89
- name: Rebuild packages after Expo beta dependency updates
run: yarn build

Comment on lines +122 to +124
- name: Rebuild packages after Expo beta dependency updates
run: yarn build

@artus9033 artus9033 merged commit 73f13f2 into main Jun 18, 2026
6 checks passed
@artus9033 artus9033 deleted the fix/expo-beta-testing-detox-install-concurrency branch June 18, 2026 08:08
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.

2 participants