How can I prevent the deploy to bitrise step to ignore the test apk?

How can I prevent the deploy to bitrise step to ignore the ‘*androidTest.apk’ files?

Hey @timatoe,

The Deploy step deploys everything in the $BITRISE_DEPLOY_DIR folder, and it’s actually a previous Android build or Gradle runner step that copies the APK to that folder. To prevent that, you need to edit the configuration of your Android or Gradle step, where you can find include and exclude filters for the test APK.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.