diff --git a/ci.sh b/ci.sh index 7ccbf55..607e4cb 100755 --- a/ci.sh +++ b/ci.sh @@ -1,3 +1,4 @@ #/bin/sh . ~/.nvm/nvm.sh +nvm use rake db:create && yarn install --check-files && rake test && rake test:system