-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
feat(qa-build): update pipeline for generating ios and android builds #17601
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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