Maintenance: Disable execution of ES RSpec tests in CircleCI env.
This commit is contained in:
parent
f806ac3611
commit
f0fdf7e7f3
2 changed files with 2 additions and 2 deletions
|
@ -33,7 +33,7 @@ bundle install --without "${INSTALL_OPTION}"
|
|||
bundle exec rubocop
|
||||
rake db:migrate
|
||||
rake db:seed
|
||||
bundle exec rspec -t ~type:system
|
||||
bundle exec rspec -t ~type:system -t ~searchindex
|
||||
bundle exec rake db:environment:set RAILS_ENV=test
|
||||
rake db:reset
|
||||
rake test:units
|
||||
|
|
|
@ -121,7 +121,7 @@ pre:github:
|
|||
RAILS_ENV: "test"
|
||||
script:
|
||||
- bundle exec rake zammad:db:init
|
||||
- bundle exec rspec -t ~type:system --t ~searchindex
|
||||
- bundle exec rspec -t ~type:system -t ~searchindex
|
||||
|
||||
test:rspec:mysql:
|
||||
stage: test
|
||||
|
|
Loading…
Reference in a new issue