sentry-java icon indicating copy to clipboard operation
sentry-java copied to clipboard

Only run Android tests when changing a package used in Android

Open alexander-alderman-webb opened this issue 4 months ago • 1 comments

Description

The thread below lists the plain Java packages that are pulled into Android. We could add an exclude list or include list to the GitHub actions responsible for running Android-specific tests.

https://github.com/getsentry/sentry-java/pull/4705#discussion_r2333030234

The advantages are: saving time on the CI and avoiding test flakiness where possible.

alexander-alderman-webb avatar Sep 12 '25 06:09 alexander-alderman-webb