From 1361c72f468e848e4c253038cd39b8cd6e5a441a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Bauer?= Date: Thu, 27 Feb 2020 00:01:32 +0100 Subject: [PATCH] test --- .github/tests.sh | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/tests.sh b/.github/tests.sh index 6d8fd10..60eadb5 100755 --- a/.github/tests.sh +++ b/.github/tests.sh @@ -13,15 +13,10 @@ done 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/package_test.rb - -bundle exec rails test test/integration/elasticsearch_active_test.rb +bundle exec rails test test/integration/aaa_auto_wizard_base_setup_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/user_agent_test.rb EOF docker-compose logs \ No newline at end of file