Updated on 2026-08-14
This commit is contained in:
parent
9613c37d29
commit
259d3cd740
10 changed files with 64 additions and 0 deletions
|
|
@ -23,6 +23,8 @@ platform :android do
|
|||
|
||||
desc "Runs all the tests"
|
||||
lane :test do
|
||||
FileUtils.cp("../ci_resources/8gb_ram_ci_gradle.properties", "../gradle.properties")
|
||||
puts File.read("../gradle.properties")
|
||||
gradle(task: "detekt")
|
||||
gradle(task: "testDebugUnitTest")
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue