PAN-7 Added the loaddb task as a dependency to the integration tests

This commit is contained in:
2019-02-24 15:47:51 -07:00
parent 09cbc8c64a
commit dbba747283
+3 -1
View File
@@ -118,7 +118,9 @@ test {
testSets {
unitTest
integrationTest
integrationTest {
dependsOn loadDb
}
}
compileKotlin {