Skip to content

Commit

Permalink
Update step.yml (#27)
Browse files Browse the repository at this point in the history
* Update step.yml

Updated wording in Module and Variant fields to clarify how to test all modules and variants.

* Update step.yml Module and Variant input description and summary,

Co-authored-by: Krisztián Gödrei <krisztian.godrei@bitrise.io>
  • Loading branch information
Mithrandir21 and godrei authored Apr 7, 2021
1 parent 41b45df commit f9e6c6c
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions step.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,21 @@ inputs:
opts:
title: Module
summary: |
Set the module that you want to test. To see your available modules, please open your project in Android Studio and go to [Project Structure] and see the list on the left.
Set the module that you want to test.
description: |
Set the module that you want to test. To see your available modules, please open your project in Android Studio and go to [Project Structure] and see the list on the left.
Set the module that you want to test.
To see your available modules, please open your project in Android Studio, go to **Project Structure** and see the list on the left.
Leave this input blank to test all modules.
is_required: false
- variant: ""
opts:
title: Variant
summary: |
Set the variant that you want to test. To see your available variants, please open your project in Android Studio and go to [Project Structure] -> variants section.
Set the variant that you want to test.
description: |
Set the variant that you want to test. To see your available variants, please open your project in Android Studio and go to [Project Structure] -> variants section.
Set the variant that you want to test.
To see your available variants, please open your project in Android Studio, go to **Project Structure**, then to the **variants** section.
Leave this input blank to test all variants.
is_required: false
- arguments:
opts:
Expand Down

0 comments on commit f9e6c6c

Please sign in to comment.