Run the `check` target in the Test stage

There's some overlap with the Validate Terraform stage here, but meh
This commit is contained in:
R. Tyler Croy 2017-09-03 18:07:05 -07:00
parent cfe4e98060
commit d58cae2eaf
No known key found for this signature in database
GPG Key ID: 1426C7DC3F51E16F
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -40,7 +40,7 @@ pipeline {
}
stage('Test') {
steps {
echo 'Maybe rtyler will write some tests'
sh 'make check'
}
}
}