Skip to content

[gha] Install eas-cli once in worker workflows - #4203

Open
sjchmiela wants to merge 1 commit into
mainfrom
stanley/pin-worker-eas-cli-version
Open

[gha] Install eas-cli once in worker workflows#4203
sjchmiela wants to merge 1 commit into
mainfrom
stanley/pin-worker-eas-cli-version

Conversation

@sjchmiela

@sjchmiela sjchmiela commented Aug 14, 2026

Copy link
Copy Markdown
Contributor

Why

Worker always fails to deploy when we release a new eas-cli version because the latest moves mid-run and NPM reports missing archive for the new version.

How

Replaced npx -y eas-cli@latest ... calls with installing eas-cli globally once and then using eas.

Test plan

Next eas-cli release should deploy worker ok.

@sjchmiela
sjchmiela force-pushed the stanley/pin-worker-eas-cli-version branch from e628780 to 4f8b60c Compare August 14, 2026 15:06
@sjchmiela sjchmiela changed the title [gha] Pin eas-cli version across worker workflow [gha] Install eas-cli once in worker workflows Aug 14, 2026
@sjchmiela sjchmiela added the no changelog PR that doesn't require a changelog entry label Aug 14, 2026
@sjchmiela
sjchmiela marked this pull request as ready for review August 14, 2026 15:09
@sjchmiela
sjchmiela requested a review from douglowder August 14, 2026 15:09
@github-actions

Copy link
Copy Markdown

⏩ The changelog entry check has been skipped since the "no changelog" label is present.

@codecov

codecov Bot commented Aug 14, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 63.52%. Comparing base (a9d693d) to head (4f8b60c).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #4203   +/-   ##
=======================================
  Coverage   63.52%   63.52%           
=======================================
  Files        1028     1028           
  Lines       46918    46918           
  Branches     9847     9847           
=======================================
  Hits        29801    29801           
  Misses      17015    17015           
  Partials      102      102           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

no changelog PR that doesn't require a changelog entry

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants