Skip to content

Commit 2c08a3b

Browse files
committed
Fix CI
1 parent eb67683 commit 2c08a3b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

fastlane/Fastfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ lane :test do |options|
2020
fail_build: false,
2121
code_coverage: true,
2222
formatter: "xcpretty-json-formatter",
23-
result_bundle: true
23+
result_bundle: true,
24+
output_directory: "build/reports/"
2425
)
2526
rescue => ex
2627
UI.error("Tests failed: #{ex}")

0 commit comments

Comments
 (0)