Sha256: 02ac1934b643f835af429b30b0720d547a6fe87285f0658f70b4a6fb7401074b
Contents?: true
Size: 375 Bytes
Versions: 3
Compression:
Stored size: 375 Bytes
Contents
module Fastlane module Actions require 'fastlane/actions/run_tests' class ScanAction < RunTestsAction ##################################################### # @!group Documentation ##################################################### def self.description "Alias for the `run_tests` action" end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
fastlane_hotfix-2.165.1 | fastlane/lib/fastlane/actions/scan.rb |
fastlane_hotfix-2.165.0 | fastlane/lib/fastlane/actions/scan.rb |
fastlane_hotfix-2.187.0 | fastlane/lib/fastlane/actions/scan.rb |