forked from External/greenlight
Update Jenkinsfile
This commit is contained in:
parent
810b62f66e
commit
907b8e949e
|
@ -31,7 +31,7 @@ volumes: [
|
||||||
|
|
||||||
stage('Test') {
|
stage('Test') {
|
||||||
container('ruby') {
|
container('ruby') {
|
||||||
sh "bundle install && bundle exec rubocop && bundle exec rspec"
|
sh "bundle install && bundle exec rubocop && bundle exec rspec "
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue