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