update tests in jenkinsfile

This commit is contained in:
Kameron Kenny 2024-12-20 15:19:30 -05:00
parent fd82bd7e9b
commit 5cef82fdce
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -105,7 +105,7 @@ pipeline {
stage('Integration Tests') {
steps {
sh 'rm -rf test/results'
sh 'mkdir -p test/results/integration
sh 'mkdir -p test/results/integration'
sh 'bats -F junit test/integration/dns/**/*.bat test/integration/dns/**/**/*.bat > test/results/integration/dns.xml'
}
}