Updated on 2026-08-14
This commit is contained in:
parent
7e375ac36b
commit
1906481ac6
11 changed files with 28 additions and 2633 deletions
|
|
@ -22,8 +22,7 @@ platform :android do
|
|||
FileUtils.cp("../app/src/main/assets/tangem-app-config/android/google-services/dev/google-services.json", "../app")
|
||||
FileUtils.cp("../tangem-android-tools/CI/gradle_properties/tests_ci_gradle.properties", "../gradle.properties")
|
||||
puts File.read("../gradle.properties")
|
||||
gradle(task: "detekt")
|
||||
gradle(task: "detektGoogleDebug")
|
||||
gradle(task: "detekt detektGoogleDebug --continue")
|
||||
end
|
||||
|
||||
desc "Run tests"
|
||||
|
|
@ -31,7 +30,7 @@ platform :android do
|
|||
FileUtils.cp("../app/src/main/assets/tangem-app-config/android/google-services/dev/google-services.json", "../app")
|
||||
FileUtils.cp("../tangem-android-tools/CI/gradle_properties/tests_ci_gradle.properties", "../gradle.properties")
|
||||
puts File.read("../gradle.properties")
|
||||
gradle(task: "testGoogleDebugUnitTest")
|
||||
gradle(task: "testGoogleDebugUnitTest testDebugUnitTest --continue")
|
||||
end
|
||||
|
||||
desc "Build internal APK Firebase App Distribution"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue