mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2026-01-12 13:01:10 +00:00
add script
This commit is contained in:
parent
916cb41f87
commit
7de6550ab3
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
|
@ -38,7 +38,7 @@ pipeline {
|
|||
stage('Test') {
|
||||
steps {
|
||||
echo 'Running unit tests...'
|
||||
sh './mvnw test'
|
||||
sh './mvnw test -Dtest="!PostgresIntegrationTests"'
|
||||
}
|
||||
post {
|
||||
always {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue