mirror of
https://github.com/internetee/registry.git
synced 2025-07-01 16:53:37 +02:00
Updated robot tests to honor struture sql #2751
This commit is contained in:
parent
10889e7a12
commit
7086ce1cfb
1 changed files with 1 additions and 3 deletions
|
@ -31,8 +31,6 @@ bundle install
|
|||
|
||||
RAILS_ENV=test bundle exec rake db:all:drop
|
||||
RAILS_ENV=test bundle exec rake db:all:setup
|
||||
RAILS_ENV=test bundle exec rake zonefile:replace_procedure
|
||||
RAILS_ENV=test bundle exec rake assets:precompile
|
||||
|
||||
echo "GIT_LAST_COMMITS"
|
||||
git log --pretty='%s (%cn, %cr)' --abbrev-commit --graph --decorate -n 20 --no-color
|
||||
|
@ -44,7 +42,7 @@ RCODE=$?
|
|||
echo "END_OF_RUBOCOP_RESULTS"
|
||||
|
||||
echo "TEST_RESULTS"
|
||||
# basic test
|
||||
# basic tests without EPP
|
||||
# ROBOT=true bundle exec rake
|
||||
|
||||
# all tests with EPP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue