mirror of
https://github.com/pcvolkmer/etl-processor.git
synced 2025-07-01 14:12:55 +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