feat(qa-build): update pipeline for generating ios and android builds#17601
Conversation
|
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
To test to upload the artifact to the registry
Also comment a block to test if we can save 4 minutes of pipeline
|
|
||
| # Install Android SDK, Node.js, and other Android development dependencies | ||
| - name: Installing Android Environment Setup | ||
| uses: MetaMask/github-tools/.github/actions/setup-e2e-env@e2e-env-actions |
There was a problem hiding this comment.
This must be updated once MetaMask/github-tools#85 is merged.
| name: Test Android Build QA App | ||
|
|
||
| on: | ||
| push: |
There was a problem hiding this comment.
This should be removed, added for testing into this branch
| name: Test iOS Build QA App | ||
|
|
||
| on: | ||
| push: |
There was a problem hiding this comment.
This should be removed, added for testing into this branch
71fb897 to
789052a
Compare
|
|
Hi @alucardzom, on the day following Author validation checklist
PM validation checklist
|



Description
This PR introduces GitHub Actions workflows for testing iOS and Android QA app builds, providing automated build testing and artifact management capabilities similar to our existing Bitrise workflows.
Key Features
Added
Changed
scripts/setup.mjsto optimize for GitHub CI environmentsGITHUB_CIflag support for conditional setup steps in PPOM buildNODE_OPTIONS=--max_old_space_size=4096Changelog
CHANGELOG entry: null
Related issues
Manual testing steps
Prerequisites
Testing iOS Workflow
MetaMask-QA.appfile in iOS SimulatorTesting Android Workflow
Test Android Build QA AppScreenshots/Recordings
Android Build and Upload

iOS Build and Upload

Pre-merge author checklist
Pre-merge reviewer checklist