1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-03-24 17:04:43 +00:00

Fixing brakeman on CI

This commit is contained in:
2018-05-03 19:20:53 +00:00
parent 6aeb64538f
commit 68d41bb866

View File

@@ -3,5 +3,5 @@ project_dir="$(dirname $( dirname $(readlink -f ${BASH_SOURCE[0]})))"
cd ${project_dir}
rake db:migrate RAILS_ENV=test
brakeman
CI=true brakeman
rake test