added es test

This commit is contained in:
André Bauer 2020-02-26 23:48:34 +01:00
parent eb6de20bed
commit a555517b1b

2
.github/tests.sh vendored
View File

@ -15,7 +15,7 @@ docker exec -i zammad-docker-compose_zammad-railsserver_1 bash <<'EOF'
set -o errexit
#bundle install --without mysql
#rake test:units
ruby -I test/ test/integration/object_manager_test.rb
ruby -I test/ test/integration/package_test.rb
bundle exec rails test test/integration/elasticsearch_active_test.rb