Skip to content

Commit

Permalink
Changing test invocation signature
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Van Fleet committed Jul 21, 2016
1 parent 232ea45 commit 6291023
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 @@ -14,7 +14,7 @@ node {

stage 'Tests'

sh 'bin/test.sh'
sh '/usr/local/bin/bats tests'


}

0 comments on commit 6291023

Please sign in to comment.