We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44db8a9 commit ee3d5c5Copy full SHA for ee3d5c5
.circleci/config.yml
@@ -6,3 +6,5 @@ jobs:
6
steps:
7
- checkout
8
- run: ./gradlew build
9
+ - store_test_results:
10
+ path: ./build/test-results
build.gradle
@@ -94,9 +94,6 @@ task integTest(type: Test) {
94
testClassesDirs = sourceSets.integTest.output.classesDirs
95
96
classpath = sourceSets.integTest.runtimeClasspath
97
-
98
- reports.junitXml.destination = file("${project.buildDir}/integTest-results")
99
- reports.html.destination = file("${project.reportsDir}/${name}")
100
}
101
check.dependsOn integTest
102
0 commit comments