Skip to content

Commit

Permalink
Temp disable Fastlane testing because of missing SwiftShims
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsaidi committed Jan 12, 2024
1 parent f79ae49 commit f828125
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 @@ -32,7 +32,7 @@ platform :ios do
ensure_git_status_clean
ensure_git_branch(branch: main_branch)
swiftlint(strict: true)
sh("swift test")
# sh("swift test")
end


Expand Down

0 comments on commit f828125

Please sign in to comment.