mirror of
https://gitlab.bixilon.de/bixilon/minosoft.git
synced 2025-09-18 11:54:59 -04:00
fix test order (2)
This commit is contained in:
parent
2fa3b57400
commit
98e20dd71b
@ -191,6 +191,7 @@ testing {
|
||||
targets {
|
||||
all {
|
||||
testTask.configure {
|
||||
shouldRunAfter(test)
|
||||
filter {
|
||||
isFailOnNoMatchingTests = true
|
||||
}
|
||||
@ -210,7 +211,6 @@ testing {
|
||||
val options = this as TestNGOptions
|
||||
options.preserveOrder = true
|
||||
}
|
||||
shouldRunAfter("test")
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -266,7 +266,7 @@ testing {
|
||||
}
|
||||
|
||||
tasks.named("check") {
|
||||
dependsOn(testing.suites.named("test"), testing.suites.named("integrationTest"))
|
||||
dependsOn(testing.suites.named("integrationTest"))
|
||||
}
|
||||
|
||||
fun DependencyHandler.javafx(name: String) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user