Skip to content

Commit

Permalink
Uncomment
Browse files Browse the repository at this point in the history
  • Loading branch information
testableapple committed Oct 9, 2023
1 parent bad5ffb commit 41e629e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ lane :test_uikit do |options|
end

private_lane :test_ui do |options|
# next unless is_check_required(sources: sources_matrix[options[:source]], force_check: @force_check)
next unless is_check_required(sources: sources_matrix[options[:source]], force_check: @force_check)

remove_snapshots(scheme: options[:scheme]) if options[:record]

Expand Down

0 comments on commit 41e629e

Please sign in to comment.