You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
.The text was updated successfully, but these errors were encountered: