airbnb / Showkase

🔦 Showkase is an annotation-processor based Android library that helps you organize, discover, search and visualize Jetpack Compose UI elements
https://medium.com/airbnb-engineering/introducing-showkase-a-library-to-organize-discover-and-visualize-your-jetpack-compose-elements-d5c34ef01095
Apache License 2.0
2.08k stars 106 forks source link

Improve android.yml to accelerate the CI jobs #391

Closed vinaygaba closed 1 month ago

vinaygaba commented 1 month ago

Introduces a bunch of improvements to reduce the amount of time it takes to run the CI jobs.

Additionally, after spending a ton of time figuring out why API 29 jobs were failing on this PR, I discovered this issue 🤦🏻‍♂️https://github.com/ReactiveCircus/android-emulator-runner/issues/373

Will remove the API level I'm using to run the UI tests to bypass this failing behavior.