mirror of
https://github.com/datahub-project/datahub.git
synced 2026-01-06 06:46:41 +00:00
fix(datahub-client): avoid parallel execution of metadat-io:test (#4685)
This commit is contained in:
parent
0a13ee4744
commit
9ecb785698
@ -78,6 +78,8 @@ if (project.hasProperty("releaseVersion")) {
|
||||
}
|
||||
|
||||
test {
|
||||
// to avoid simultaneous executions of tests when complete build is run
|
||||
mustRunAfter(":metadata-io:test")
|
||||
useJUnit()
|
||||
finalizedBy jacocoTestReport
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user