Created
December 1, 2021 17:04
-
-
Save shafayathossain/e14dfed649674db2b9ee6d20da724bc6 to your computer and use it in GitHub Desktop.
Run unit tests.
This file contains 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
desc "Run unit tests." | |
lane :run_unit_tests do | |
gradle( | |
task: "test" | |
) | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment