ci: fix setup-e2e-env tag in mobile workflows#26759
Conversation
Co-authored-by: jvbriones <jvbriones@users.noreply.github.com>
|
Cursor Agent can help with this pull request. Just |
🔍 Smart E2E Test Selection
click to see 🤖 AI reasoning detailsE2E Test Selection: Since this is purely a CI infrastructure change with no modifications to application code, test logic, or functional behavior, the risk to application functionality is low. However, because this change affects the E2E test infrastructure itself, running a minimal smoke test (SmokeAccounts) will help validate that the CI pipeline and E2E environment setup still works correctly with the updated action version. SmokeAccounts was selected as a minimal validation test because:
No performance tests are needed as this change doesn't affect any application code or UI rendering. Performance Test Selection: |
Description
Fixes mobile CI build failures caused by invalid action tag references in workflow files.
Several workflows were using
MetaMask/github-tools/.github/actions/setup-e2e-env@v1.7, butv1.7does not exist inMetaMask/github-tools(valid refs includev1andv1.7.0).This PR updates those references to
@v1to restore build job setup resolution.Changelog
CHANGELOG entry: null
Related issues
Fixes: N/A
Manual testing steps