mirror of
https://github.com/corda/corda.git
synced 2024-12-20 05:28:21 +00:00
build: Run integtests after regular ones
This commit is contained in:
parent
bf4272b64a
commit
4a89be8785
@ -129,7 +129,7 @@ task integrationTest(type: Test) {
|
||||
testClassesDir = sourceSets.integrationTest.output.classesDir
|
||||
classpath = sourceSets.integrationTest.runtimeClasspath
|
||||
}
|
||||
test.dependsOn(integrationTest)
|
||||
test.finalizedBy(integrationTest)
|
||||
|
||||
tasks.withType(Test) {
|
||||
reports.html.destination = file("${reporting.baseDir}/${name}")
|
||||
|
Loading…
Reference in New Issue
Block a user