sentry-java
sentry-java copied to clipboard
Only run Android tests when changing a package used in Android
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.