Skip to content

Commit

Permalink
Configure scan to perform clean operation
Browse files Browse the repository at this point in the history
  • Loading branch information
heoblitz committed Jun 18, 2024
1 parent e8e098f commit 85a7581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ platform :ios do
end

lane :tests do
scan(scheme: "FlexLayout", workspace: "FlexLayout.xcworkspace", device: "iPhone 15")
scan(scheme: "FlexLayout", workspace: "FlexLayout.xcworkspace", device: "iPhone 15", clean: true)
end

lane :doc do
Expand Down

0 comments on commit 85a7581

Please sign in to comment.