Updated on 2026-08-14
This commit is contained in:
parent
929317d15c
commit
12e53a3aa3
24 changed files with 205 additions and 95 deletions
|
|
@ -19,7 +19,7 @@ platform :android do
|
|||
|
||||
desc "Run detekt"
|
||||
lane :detekt do
|
||||
FileUtils.cp("../ci_resources/tests_8gb_ram_ci_gradle.properties", "../gradle.properties")
|
||||
FileUtils.cp("../ci_resources/tests_ci_gradle.properties", "../gradle.properties")
|
||||
puts File.read("../gradle.properties")
|
||||
gradle(task: "detekt")
|
||||
end
|
||||
|
|
@ -27,7 +27,7 @@ platform :android do
|
|||
desc "Run tests"
|
||||
lane :test do
|
||||
FileUtils.cp("../app/src/main/assets/tangem-app-config/android/google-services/dev/google-services.json", "../app")
|
||||
FileUtils.cp("../ci_resources/tests_8gb_ram_ci_gradle.properties", "../gradle.properties")
|
||||
FileUtils.cp("../ci_resources/tests_ci_gradle.properties", "../gradle.properties")
|
||||
puts File.read("../gradle.properties")
|
||||
gradle(task: "testDebugUnitTest")
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue