Follow up - 0798e7d47e - moved from circle ci to github actions. (Re-)enable rubocop.

This commit is contained in:
Thorsten Eckel 2020-03-06 09:54:05 +01:00
parent 3c73022272
commit 231a7aaf65

2
.github/ci.sh vendored
View file

@ -34,7 +34,7 @@ gem install bundler:1.7.3
bundle install --without "${INSTALL_OPTION}" bundle install --without "${INSTALL_OPTION}"
# unit tests # unit tests
# bundle exec rubocop bundle exec rubocop
bundle exec rake zammad:db:init bundle exec rake zammad:db:init
bundle exec rspec -t ~type:system -t ~searchindex bundle exec rspec -t ~type:system -t ~searchindex
bundle exec rake zammad:db:reset bundle exec rake zammad:db:reset