Skip to content

Fix/ build action#150

Merged
fernandatoledo merged 3 commits into
masterfrom
fix/actions
Jun 23, 2026
Merged

Fix/ build action#150
fernandatoledo merged 3 commits into
masterfrom
fix/actions

Conversation

@fernandatoledo

Copy link
Copy Markdown
Collaborator

Jira board reference:


What does this do?

Fixes the step ordering in the EAS build GitHub Actions workflow. Moves the actions/checkout step to run before expo/expo-github-action, so that the repo is available on disk when the Expo/EAS setup step executes.


Why did you do this?

The expo/expo-github-action step was running before actions/checkout, which meant the local .github/actions/setup-node-pnpm-install composite action (referenced in a later step) and any repo-relative files were not yet available. Reordering ensures the workspace is fully checked out before EAS tooling is initialized.

Who/what does this impact?

Affects all EAS builds triggered via the eas-build.yml workflow (main, staging, qa, development branches). No application code changes.

How did you test this?

I tested the workflow

https://github.com/rootstrap/react-native-template/actions/runs/27714374165

https://github.com/rootstrap/react-native-template/actions/runs/27700319882

Captura de pantalla 2026-06-23 a la(s) 11 16 46 a m

Notes:

The two revert/test commits (fix: testing purposes of action + its revert) are squash candidates before merge — the net change is just the step reorder in eas-build.yml.


Screenshots / Previews

N/A — CI workflow change only, no UI impact.

@fernandatoledo fernandatoledo requested a review from a team as a code owner June 23, 2026 14:17
@fernandatoledo fernandatoledo changed the title Fix/actions Fix/ build action Jun 23, 2026
@github-actions

Copy link
Copy Markdown

💯 Test Coverage

Lines Statements Branches Functions
Coverage: 56%
56.23% (347/617) 59.18% (174/294) 48.76% (118/242)

😎 Tests Results

Tests Skipped Failures Errors Time
139 0 💤 0 ❌ 0 🔥 34.876s ⏱️
👀 Tests Details • (56%)
File% Stmts% Branch% Funcs% LinesUncovered Line #s
All files56.2359.1848.7656.9 
report-only-changed-files is enabled. No files were changed in this commit :)

@fernandatoledo fernandatoledo merged commit 828d9f2 into master Jun 23, 2026
9 of 10 checks passed
@fernandatoledo fernandatoledo deleted the fix/actions branch June 23, 2026 15:51
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.

4 participants