fastlane/lib/fastlane/actions/run_tests.rb in fastlane_hotfix-2.165.1 vs fastlane/lib/fastlane/actions/run_tests.rb in fastlane_hotfix-2.187.0

- old
+ new

@@ -58,10 +58,10 @@ FastlaneCore::CommanderGenerator.new.generate(Scan::Options.available_options) + [ FastlaneCore::ConfigItem.new(key: :fail_build, env_name: "SCAN_FAIL_BUILD", description: "Should this step stop the build if the tests fail? Set this to false if you're using trainer", - is_string: false, + type: Boolean, default_value: true) ] end def self.output