Skip to content

Commit

Permalink
added test for file path (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
trapacska authored May 28, 2019
1 parent c9095d0 commit f1ce02d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions bitrise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f1ce02d

Please sign in to comment.