We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2be7da commit aa46e26Copy full SHA for aa46e26
fastlane/Fastfile
@@ -683,10 +683,7 @@ platform :ios do
683
scheme: 'RevenueCatUI',
684
destination: "platform=" + platform + ",name=" + destination,
685
sdk: sdk,
686
- output_style: :raw,
687
result_bundle_path: 'fastlane/test_output/revenuecatui.xcresult',
688
- report_formats: [:junit],
689
- report_path: 'fastlane/test_output/revenuecatui/tests.xml',
690
test: true,
691
xcargs: xcargs
692
)
0 commit comments