Created
August 23, 2021 06:45
-
-
Save fedejordan/233166b8169346129800e9e51a66a041 to your computer and use it in GitHub Desktop.
Blog14 - Fastlfile with scan
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
default_platform(:ios) | |
platform :ios do | |
desc "Run tasks when submitting a pull request" | |
lane :tasks_for_pull_request do | |
scan | |
publish_code_coverage | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment