mirror of
https://github.com/Dannecron/netology-devops-teamcity-example.git
synced 2025-12-25 23:32:35 +03:00
change configuration
This commit is contained in:
2
.teamcity/settings.kts
vendored
2
.teamcity/settings.kts
vendored
@@ -42,7 +42,7 @@ object Build : BuildType({
|
||||
|
||||
steps {
|
||||
maven {
|
||||
goals = "clean package test"
|
||||
goals = "clean test"
|
||||
runnerArgs = "-Dmaven.test.failure.ignore=true"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user