diff --git a/.github/ci.sh b/.github/ci.sh index 10306b3df..0f01ed0ee 100755 --- a/.github/ci.sh +++ b/.github/ci.sh @@ -34,7 +34,7 @@ gem install bundler:1.7.3 bundle install --without "${INSTALL_OPTION}" # unit tests -# bundle exec rubocop +bundle exec rubocop bundle exec rake zammad:db:init bundle exec rspec -t ~type:system -t ~searchindex bundle exec rake zammad:db:reset