Browse Source

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

Thorsten Eckel 5 years ago
parent
commit
231a7aaf65
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/ci.sh

+ 1 - 1
.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