mirror of
https://github.com/pcvolkmer/mv64e-etl-processor
synced 2025-09-13 09:02:50 +00:00
build: register task to run all tests at once
This commit is contained in:
@@ -114,6 +114,10 @@ task<Test>("integrationTest") {
|
|||||||
shouldRunAfter("test")
|
shouldRunAfter("test")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
tasks.register("allTests") {
|
||||||
|
dependsOn(tasks.withType<Test>())
|
||||||
|
}
|
||||||
|
|
||||||
tasks.named<BootBuildImage>("bootBuildImage") {
|
tasks.named<BootBuildImage>("bootBuildImage") {
|
||||||
imageName.set("ghcr.io/ccc-mf/etl-processor")
|
imageName.set("ghcr.io/ccc-mf/etl-processor")
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user