Skip to content

Commit 46a9bc2

Browse files
committed
GETP-323 chore: 테스트 후 테스트 결과를 build/test-results로 수집
1 parent 51336e8 commit 46a9bc2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

build.gradle

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,14 @@ subprojects {
3939
useJUnitPlatform()
4040
}
4141

42+
test.doLast {
43+
copy {
44+
from 'build/test-results'
45+
into '../build/test-results'
46+
include '**/*.xml'
47+
}
48+
}
49+
4250
dependencies {
4351
// Lombok 라이브러리
4452
compileOnly 'org.projectlombok:lombok:1.18.34'

0 commit comments

Comments
 (0)