Skip to content

Commit

Permalink
Try calling bundle exec on rake
Browse files Browse the repository at this point in the history
  • Loading branch information
dtwaddle2-r7 committed Nov 17, 2023
1 parent 1741769 commit fb5a0d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ pipeline {

stage('Run tests') {
steps {
sh 'rake tests'
sh 'bundle exec rake tests'
}
}

Expand Down

0 comments on commit fb5a0d7

Please sign in to comment.