mirror of
https://github.com/melihaksoy/Android-Kotlin-Modulerized-CleanArchitecture.git
synced 2026-03-20 00:24:29 +01:00
Run tests on CI
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
apply plugin: "de.mannodermaus.android-junit5"
|
||||
apply from: "$rootProject.projectDir/scripts/detekt.gradle"
|
||||
apply from: "$rootProject.projectDir/scripts/dokka.gradle"
|
||||
|
||||
@@ -13,4 +14,6 @@ dependencies {
|
||||
testImplementation testLibraries.jUnitApi
|
||||
testImplementation testLibraries.mockk
|
||||
testImplementation testLibraries.kluent
|
||||
|
||||
testRuntimeOnly testLibraries.jUnitEngine
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user