This commit is contained in:
Kameron Kenny 2024-12-18 16:17:25 -05:00
parent 913f36ccaf
commit 79c393538e
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -104,7 +104,7 @@ pipeline {
stage('Integration Tests') {
steps {
sh 'bats -F junit test/integration/dns.bat' > TEST-Integration-dns.xml
sh 'bats -F junit test/integration/dns.bat > TEST-Integration-dns.xml'
}
}