diff --git a/bitrise.yml b/bitrise.yml index 09faf22f..726cf81b 100644 --- a/bitrise.yml +++ b/bitrise.yml @@ -109,6 +109,18 @@ workflows: - notify_user_groups: $NOTIFY_USER_GROUPS - notify_email_list: $NOTIFY_EMAIL_LIST - is_enable_public_page: "true" + - path::./: + title: Android Test compressed with custom name from file path + run_if: true + inputs: + - build_url: $BITRISE_BUILD_URL + - build_api_token: $BITRISE_BUILD_API_TOKEN + - is_compress: "true" + - zip_name: zip-name-test + - deploy_path: ./apks/app-debug.apk + - notify_user_groups: $NOTIFY_USER_GROUPS + - notify_email_list: $NOTIFY_EMAIL_LIST + - is_enable_public_page: "true" - script: title: Output (generated by the Step) tests inputs: