diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ffac46e0b..10414e0c5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,11 +58,11 @@ jobs: bundle exec rails app:db:migrate RAILS_ENV=test bundle exec rspec - - name: Run RuboCop - run: | - bundle exec rubocop --parallel - - name: Coveralls uses: coverallsapp/github-action@master with: github-token: ${{ secrets.GITHUB_TOKEN }} + + - name: Run RuboCop + run: | + bundle exec rubocop --parallel