Commit a4271462 authored by Luca Verardo's avatar Luca Verardo
Browse files

Add tests

parent e894bcd4
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -10,5 +10,15 @@ pipeline {
                sh 'mvn -B -DskipTests clean package' 
            }
        }
        stage('Test') {
            steps {
                sh 'mvn test'
            }
            post {
                always {
                    junit 'target/surefire-reports/*.xml'
                }
            }
        }
    }
}
 No newline at end of file