1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-03-25 01:14:43 +00:00

Added email secrets to worker in kubernetes and added bundle exec for tests

This commit is contained in:
2019-12-31 08:00:08 -05:00
parent e37281771d
commit 0d3cc08ad7
2 changed files with 18 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
project_dir="$(dirname $( dirname $(readlink -f ${BASH_SOURCE[0]})))"
cd ${project_dir}
rake db:migrate RAILS_ENV=test
bundle exec rake db:migrate RAILS_ENV=test
CI=true brakeman
hakiri gemfile:scan --force
rake test
bundle exec hakiri gemfile:scan --force
bundle exec rake test