mirror of
https://gitlab.bixilon.de/bixilon/minosoft.git
synced 2025-09-17 03:15:35 -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") {
|
||||
dependsOn(testing.suites.named("integrationTest"))
|
||||
dependsOn(testing.suites.named("test"), testing.suites.named("integrationTest"))
|
||||
}
|
||||
|
||||
fun DependencyHandler.javafx(name: String) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user