This commit is contained in:
André Bauer 2020-02-27 00:01:32 +01:00
parent 537eaf6f9e
commit 1361c72f46

9
.github/tests.sh vendored
View File

@ -13,15 +13,10 @@ done
docker exec -i zammad-docker-compose_zammad-railsserver_1 bash <<'EOF' docker exec -i zammad-docker-compose_zammad-railsserver_1 bash <<'EOF'
set -o errexit set -o errexit
#bundle install --without mysql bundle exec rails test test/integration/aaa_auto_wizard_base_setup_test.rb
#rake test:units
#ruby -I test/ test/integration/package_test.rb
bundle exec rails test test/integration/elasticsearch_active_test.rb
bundle exec rails test test/integration/elasticsearch_test.rb bundle exec rails test test/integration/elasticsearch_test.rb
bundle exec rails test test/integration/report_test.rb bundle exec rails test test/integration/report_test.rb
bundle exec rails test test/integration/user_agent_test.rb
EOF EOF
docker-compose logs docker-compose logs