From f9e6c6cf664ff7b4e2a02b8cfac5297b63bc6fde Mon Sep 17 00:00:00 2001 From: Bahram Malaekeh Date: Wed, 7 Apr 2021 08:44:34 +0100 Subject: [PATCH] Update step.yml (#27) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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 --- step.yml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/step.yml b/step.yml index a1f90a0..b642491 100755 --- a/step.yml +++ b/step.yml @@ -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: