Skip to content

Commit 2a367f3

Browse files
committed
Fix tests
1 parent dc01517 commit 2a367f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fastlane/Fastfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ lane :test do |options|
244244
begin
245245
scan(scan_options)
246246
rescue StandardError => e
247-
UI.user_error!(e) unless options[:cron]
247+
UI.user_error!(e)
248248

249249
failed_tests = retreive_failed_tests
250250
UI.important("Re-running #{failed_tests.size} failed tests ⌛️")

0 commit comments

Comments
 (0)