disable rubocop

This commit is contained in:
André Bauer 2020-02-26 23:20:38 +01:00
parent 7302c14f45
commit 17252bcf2f

5
.github/tests.sh vendored
View File

@ -4,6 +4,7 @@
#
set -o errexit
set -o pipefail
until (curl -I --silent --fail localhost | grep -iq zammad_session); do
echo "wait for zammad to be ready..."
@ -12,8 +13,8 @@ done
docker exec -i zammad-docker-compose_zammad-railsserver_1 bash <<'EOF'
set -o errexit
bundle install
bundle exec rubocop
bundle install --without mysql
#bundle exec rubocop
# rake db:migrate
# rake db:seed
bundle exec rspec -t ~type:system -t ~searchindex