mirror of
https://github.com/corda/corda.git
synced 2025-05-31 14:40:52 +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
|
testClassesDir = sourceSets.integrationTest.output.classesDir
|
||||||
classpath = sourceSets.integrationTest.runtimeClasspath
|
classpath = sourceSets.integrationTest.runtimeClasspath
|
||||||
}
|
}
|
||||||
test.dependsOn(integrationTest)
|
test.finalizedBy(integrationTest)
|
||||||
|
|
||||||
tasks.withType(Test) {
|
tasks.withType(Test) {
|
||||||
reports.html.destination = file("${reporting.baseDir}/${name}")
|
reports.html.destination = file("${reporting.baseDir}/${name}")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user