Skip to content

Instantly share code, notes, and snippets.

@shafayathossain
Created December 1, 2021 17:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shafayathossain/e14dfed649674db2b9ee6d20da724bc6 to your computer and use it in GitHub Desktop.
Save shafayathossain/e14dfed649674db2b9ee6d20da724bc6 to your computer and use it in GitHub Desktop.
Run unit tests.
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