remove postgres

This commit is contained in:
Yuxin Deng 2025-11-12 01:28:44 -05:00
parent 70fe7ee97a
commit f382c53c30

2
Jenkinsfile vendored
View file

@ -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 {