Fix tests

This commit is contained in:
Flare Microsystems
2024-11-08 19:20:48 -08:00
parent 8c268970a2
commit fe6b5d9c93
5 changed files with 92 additions and 40 deletions

1
Jenkinsfile vendored
View File

@@ -13,6 +13,7 @@ pipeline {
stage('Test'){
steps {
sh "$ANT_HOME/bin/ant test"
junit 'reports/*.xml'
}
}
stage('Package'){