Skip to content

Commit ee3d5c5

Browse files
committed
aggregate test result on circleci and remove unnecessary integTest customizations
1 parent 44db8a9 commit ee3d5c5

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@ jobs:
66
steps:
77
- checkout
88
- run: ./gradlew build
9+
- store_test_results:
10+
path: ./build/test-results

build.gradle

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,6 @@ task integTest(type: Test) {
9494
testClassesDirs = sourceSets.integTest.output.classesDirs
9595

9696
classpath = sourceSets.integTest.runtimeClasspath
97-
98-
reports.junitXml.destination = file("${project.buildDir}/integTest-results")
99-
reports.html.destination = file("${project.reportsDir}/${name}")
10097
}
10198
check.dependsOn integTest
10299

0 commit comments

Comments
 (0)