Set also es url.
This commit is contained in:
parent
d16f8c3078
commit
f17b69bc9e
1 changed files with 2 additions and 1 deletions
|
@ -95,10 +95,11 @@ job_integration_es:
|
|||
- core
|
||||
script:
|
||||
- export RAILS_ENV=test
|
||||
- export ES_INDEX="estest.local_zammad_"$RNAME
|
||||
- export ES_URL="http://localhost:9200"
|
||||
- rake db:drop;
|
||||
- rake db:create
|
||||
- rake db:migrate
|
||||
- export ES_INDEX="estest.local_zammad_"$RNAME
|
||||
- ruby -I test/ test/integration/elasticsearch_test.rb
|
||||
- ruby -I test/ test/controllers/search_controller_test.rb
|
||||
- ruby -I test/ test/integration/report_test.rb
|
||||
|
|
Loading…
Reference in a new issue