Run tests on CI

This commit is contained in:
Melih Aksoy
2019-07-03 14:05:20 +02:00
parent 0b38738112
commit 6a588e449e
4 changed files with 23 additions and 3 deletions

View File

@@ -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
}