mirror of
https://gitlab.bixilon.de/bixilon/minosoft.git
synced 2025-09-18 03:44:54 -04:00
gradle:check: run unit tests before integration tests
This commit is contained in:
parent
7a07d7a143
commit
36debca1dc
@ -264,7 +264,7 @@ testing {
|
|||||||
}
|
}
|
||||||
|
|
||||||
tasks.named("check") {
|
tasks.named("check") {
|
||||||
dependsOn(testing.suites.named("integrationTest"))
|
dependsOn(testing.suites.named("test"), testing.suites.named("integrationTest"))
|
||||||
}
|
}
|
||||||
|
|
||||||
fun DependencyHandler.javafx(name: String) {
|
fun DependencyHandler.javafx(name: String) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user