PAN-7 Added the loaddb task as a dependency to the integration tests
This commit is contained in:
@@ -118,7 +118,9 @@ test {
|
|||||||
|
|
||||||
testSets {
|
testSets {
|
||||||
unitTest
|
unitTest
|
||||||
integrationTest
|
integrationTest {
|
||||||
|
dependsOn loadDb
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
compileKotlin {
|
compileKotlin {
|
||||||
|
|||||||
Reference in New Issue
Block a user