fastlane/lib/fastlane/actions/run_tests.rb in fastlane-2.205.2 vs fastlane/lib/fastlane/actions/run_tests.rb in fastlane-2.206.0

- old
+ new

@@ -69,16 +69,10 @@ end def self.available_options require 'scan' - 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", - type: Boolean, - default_value: true) - ] + FastlaneCore::CommanderGenerator.new.generate(Scan::Options.available_options) end def self.output [ ['SCAN_DERIVED_DATA_PATH', 'The path to the derived data'],