mirror of
https://github.com/internetee/registry.git
synced 2025-07-20 17:55:55 +02:00
Robot: moved tests output higher
This commit is contained in:
parent
8e15af73ac
commit
6bb95421b4
1 changed files with 10 additions and 10 deletions
20
bin/robot
20
bin/robot
|
@ -23,16 +23,6 @@ unset GIT_DIR GIT_WORK_TREE
|
|||
|
||||
bundle install
|
||||
|
||||
echo "RUBOCOP_RESULTS"
|
||||
bundle exec rubocop
|
||||
echo "END_OF_RUBOCOP_RESULTS"
|
||||
|
||||
echo "SECURITY_RESULTS"
|
||||
bundle exec bundle-audit update
|
||||
bundle exec bundle-audit
|
||||
bundle exec brakeman
|
||||
echo "END_OF_SECURITY_RESULTS"
|
||||
|
||||
RAILS_ENV=test bundle exec rake db:drop
|
||||
RAILS_ENV=test bundle exec rake db:create
|
||||
RAILS_ENV=test bundle exec rake db:schema:load
|
||||
|
@ -48,5 +38,15 @@ echo "TEST_RESULTS"
|
|||
ROBOT=true bundle exec rake test
|
||||
echo "END_OF_TEST_RESULTS"
|
||||
|
||||
echo "RUBOCOP_RESULTS"
|
||||
bundle exec rubocop
|
||||
echo "END_OF_RUBOCOP_RESULTS"
|
||||
|
||||
echo "SECURITY_RESULTS"
|
||||
bundle exec bundle-audit update
|
||||
bundle exec bundle-audit
|
||||
bundle exec brakeman
|
||||
echo "END_OF_SECURITY_RESULTS"
|
||||
|
||||
# update code review
|
||||
bundle exec rubycritic app lib
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue