remove before testing

This commit is contained in:
Kameron Kenny 2024-12-20 15:09:13 -05:00
parent 68ecc27e86
commit 6114ef935a
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -104,6 +104,7 @@ pipeline {
stage('Integration Tests') {
steps {
sh 'rm -rf test/results'
sh 'mkdir -p test/results/integration/dns'
sh 'bats -F junit --gather-test-outputs-in test/results/integration/dns test/integration/dns/**/*.bat test/integration/dns/**/**/*.bat'
}