disabled test env

This commit is contained in:
André Bauer 2020-02-26 23:37:23 +01:00
parent 1f9c4af858
commit 751f8d5515

1
.github/tests.sh vendored
View File

@ -13,7 +13,6 @@ done
docker exec -i zammad-docker-compose_zammad-railsserver_1 bash <<'EOF'
set -o errexit
RAILS_ENV=test
bundle install --without mysql
rake test:units
ruby -I test/ test/integration/object_manager_test.rb