Skip to content

Commit

Permalink
[SHIBUI-922]
Browse files Browse the repository at this point in the history
run intgration test in CI
  • Loading branch information
jj committed Dec 4, 2018
1 parent 1254202 commit 885478d
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 @@ -7,7 +7,7 @@ pipeline {
stages {
stage('Build') {
steps {
sh './gradlew clean build'
sh './gradlew clean build integrationTest'
}
post {
always {
Expand Down

0 comments on commit 885478d

Please sign in to comment.