Skip to content

Commit

Permalink
move rubocop to the end
Browse files Browse the repository at this point in the history
  • Loading branch information
acmetech committed Nov 29, 2019
1 parent 83283e2 commit 853e672
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Expand Up @@ -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

0 comments on commit 853e672

Please sign in to comment.