added rspec step in tests stage, adjusted should clause

This commit is contained in:
2023-10-11 11:04:08 -07:00
parent c45cf6ab51
commit 0dec27a01c
2 changed files with 2 additions and 1 deletions
Vendored
+1
View File
@@ -26,6 +26,7 @@ pipeline {
stage('Run tests') {
steps {
sh 'cucumber features --format html --out coverage/cucumber.html'
sh 'rspec spec'
}
}
stage('Report results') {