Skip to content

Commit

Permalink
fix: nightly builds - WPB-14822 (#2241)
Browse files Browse the repository at this point in the history
  • Loading branch information
netbe authored Dec 4, 2024
1 parent 551b3c8 commit 1222246
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 @@ -63,7 +63,7 @@ platform :ios do

desc "Test frameworks given folders"
lane :test_frameworks do |options|
if options[:all] == "true" || options[:all] == "1"
if options[:all]
schemas = Framework.all.values.map { |f| f.scheme }
else
if (options[:folders] == nil || options[:folders].empty?) && !is_running_on_ci
Expand Down

0 comments on commit 1222246

Please sign in to comment.