add script

This commit is contained in:
Yuxin Deng 2025-11-12 02:30:52 -05:00
parent 916cb41f87
commit 7de6550ab3

2
Jenkinsfile vendored
View file

@ -38,7 +38,7 @@ pipeline {
stage('Test') {
steps {
echo 'Running unit tests...'
sh './mvnw test'
sh './mvnw test -Dtest="!PostgresIntegrationTests"'
}
post {
always {