This commit is contained in:
Jamie Curnow 2023-05-30 13:57:05 +10:00
parent 8cefea916a
commit 047c4bf6e6
No known key found for this signature in database
GPG Key ID: FFBB624C43388E9E

3
Jenkinsfile vendored
View File

@ -136,6 +136,7 @@ pipeline {
}
}
steps {
sh 'docker-compose config'
sh 'rm -rf ./test/results/junit/*'
sh './scripts/ci/fulltest-cypress'
}
@ -164,6 +165,7 @@ pipeline {
}
}
steps {
sh 'docker-compose config'
sh 'rm -rf ./test/results/junit/*'
sh './scripts/ci/fulltest-cypress'
}
@ -192,6 +194,7 @@ pipeline {
}
}
steps {
sh 'docker-compose config'
sh 'rm -rf ./test/results/junit/*'
sh './scripts/ci/fulltest-cypress'
}