Skip to content

Commit

Permalink
Fix fastfile
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsaidi committed Sep 2, 2024
1 parent f16a4f4 commit 1b24c9e
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 @@ -26,7 +26,7 @@ platform :ios do

# Test ==================

lane :test do |options|
lane :test do |options|
destination = options[:destination]
sh("cd .. && xcodebuild test -scheme " + name + " -derivedDataPath .build -destination '" + destination + "' -enableCodeCoverage YES;")
end
Expand Down

0 comments on commit 1b24c9e

Please sign in to comment.