chia7712 commented on code in PR #17397:
URL: https://github.com/apache/kafka/pull/17397#discussion_r1797031847
##########
build.gradle:
##########
@@ -503,7 +518,8 @@ subprojects {
// were not run, but instead were restored via FROM-CACHE. See KAFKA-17479
for more details.
doLast {
if (ext.isGithubActions) {
- def dest =
rootProject.layout.buildDirectory.dir("junit-xml/${project.name}").get().asFile
+ def moduleDirPath = projectToJUnitXmlPath(project)
Review Comment:
Should we apply this change to quarantinedTest as well?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]