mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-22 04:45:37 +00:00
Add an alias for :server:integTest so it runs as part of internalClusterTest (#37910)
This commit is contained in:
parent
194cdfe208
commit
64b98db973
@ -339,4 +339,8 @@ if (isEclipse == false || project.path == ":server-tests") {
|
||||
}
|
||||
check.dependsOn integTest
|
||||
integTest.mustRunAfter test
|
||||
task internalClusterTest {
|
||||
dependsOn integTest
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user