Skip to content
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

Refactor GitHub Action for Emulator Runner Job Redundancy #3615

Closed
gouri-panda opened this issue Dec 17, 2023 · 0 comments · Fixed by #3616
Closed

Refactor GitHub Action for Emulator Runner Job Redundancy #3615

gouri-panda opened this issue Dec 17, 2023 · 0 comments · Fixed by #3616
Assignees
Labels
Milestone

Comments

@gouri-panda
Copy link
Collaborator

Describe the bug
The current GitHub Actions workflow contains duplicated code for creating instrumentation coverage with the Android Emulator Runner. The only difference is in the configuration for api-level 33, where the target, ram-size, sdcard-path-or-size, and heap-size parameters need adjustments.

Proposed Solution
Refactor the code to eliminate redundancy and simplify the workflow by using a single job definition with conditional parameter assignments based on the value of matrix.api-level.

@gouri-panda gouri-panda self-assigned this Dec 17, 2023
gouri-panda added a commit that referenced this issue Dec 17, 2023
@kelson42 kelson42 added this to the 3.9.1 milestone Dec 17, 2023
MohitMaliFtechiz pushed a commit that referenced this issue Dec 20, 2023
kelson42 pushed a commit that referenced this issue Dec 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants