Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Bitrise android e2e linux builds (#7719)
## **Description** This PR uses `asdf` to install node and yarn versions during build setup. Yarn setup was failing due to mismatch of node versions. The root cause was traced down to Bitrise updating the configuration of the linux image used to in the android builds. The specific node version did not have yarn installed by default which cause the` yarn setup` step to fail. ## **Related issues** Fixes: NA ## **Manual testing steps** 1. Run this PR using the smoke test E2E workflow and it should pass. ## **Screenshots/Recordings** NA ### **Before** Failing E2E: https://app.bitrise.io/app/be69d4368ee7e86d/pipelines/0501526b-ecd8-447d-b176-d6834586079c ### **After** Passing E2E in comments below ## **Pre-merge author checklist** - [x] I’ve followed [MetaMask Coding Standards](https://github.com/MetaMask/metamask-mobile/blob/main/.github/guidelines/CODING_GUIDELINES.md). - [x] I've clearly explained what problem this PR is solving and how it is solved. - [x] I've linked related issues - [x] I've included manual testing steps - [x] I've included screenshots/recordings if applicable - [x] I’ve included tests if applicable - [x] I’ve documented my code using [JSDoc](https://jsdoc.app/) format if applicable - [x] I’ve applied the right labels on the PR (see [labeling guidelines](https://github.com/MetaMask/metamask-mobile/blob/main/.github/guidelines/LABELING_GUIDELINES.md)). Not required for external contributors. - [x] I’ve properly set the pull request status: - [ ] In case it's not yet "ready for review", I've set it to "draft". - [x] In case it's "ready for review", I've changed it from "draft" to "non-draft". ## **Pre-merge reviewer checklist** - [ ] I've manually tested the PR (e.g. pull and build branch, run the app, test code being changed). - [ ] I confirm that this PR addresses all acceptance criteria described in the ticket it closes and includes the necessary testing evidence such as recordings and or screenshots. --------- Co-authored-by: Yande <andepandy@outlook.com>
- Loading branch information