Skip to content

Commit

Permalink
Fix macOS tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jkmassel committed Aug 13, 2021
1 parent 95d8df7 commit a4e96d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ platform :mac do
run_tests(
scheme: 'TracksDemo Mac',
project: 'TracksDemo/TracksDemo.xcodeproj',
xcargs: "CODE_SIGN_IDENTITY='' CODE_SIGNING_REQUIRED=NO",
buildlog_path: File.join(__dir__, '.build', 'logs'),
derived_data_path: File.join(__dir__, '.build', 'derived-data')
)
Expand Down

0 comments on commit a4e96d9

Please sign in to comment.