diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 6fc1ddd4..9a662f2a 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -30,6 +30,7 @@ lane :publish_test do |options| end pilot( pkg: options[:path], + skip_waiting_for_build_processing: ENV['CI'] === 'true', api_key: api_key ) end \ No newline at end of file