From 56879caae600a24a048818733adc6c4edd0d1479 Mon Sep 17 00:00:00 2001 From: Stefan Ceriu Date: Thu, 16 Nov 2023 17:18:52 +0200 Subject: [PATCH] Add back automatic unit test retrying --- fastlane/Fastfile | 1 + 1 file changed, 1 insertion(+) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index d05025811..ca34288d8 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -81,6 +81,7 @@ lane :unit_tests do device: 'iPhone 14 (16.4)', ensure_devices_found: true, result_bundle: true, + number_of_retries: 3, xcargs: '-skipPackagePluginValidation', )