ndtp / android-testify

Add screenshots to your Android tests
Other
101 stars 5 forks source link

Refactor Bitrise CI to use pipelines #228

Closed DanielJette closed 3 months ago

DanielJette commented 3 months ago

What does this change accomplish?

Refactor Bitrise CI to use pipelines

Pipelines allow build steps to run in parallel. This should reduce the wait time for CI to around 9 minutes (down from currently 22 minutes).

Examples:

Also uses the GitHub Status Checks API to post CI status instead of custom PR comments:

image