mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2026-01-12 04:51:11 +00:00
remove postgres
This commit is contained in:
parent
70fe7ee97a
commit
f382c53c30
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 tests with default profile (skip docker compose)...'
|
||||
sh './mvnw clean verify -Dspring.docker.compose.skip.in-tests=true -Dspring.profiles.active=default -DskipITs'
|
||||
sh './mvnw clean verify -Dspring.docker.compose.skip.in-tests=true -Dspring.profiles.active=default -DskipTests'
|
||||
}
|
||||
post {
|
||||
always {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue