update tests

This commit is contained in:
Kameron Kenny - pi501 2024-12-18 16:27:53 -05:00
parent fbe0d87015
commit 3c444def73
1 changed files with 6 additions and 0 deletions

6
Jenkinsfile vendored
View File

@ -142,5 +142,11 @@ pipeline {
}
}
}
post {
always {
junit 'build/reports/**/*.xml'
}
}
}