Runs rubocop before rspec

This commit is contained in:
erwanlr
2020-02-19 14:38:31 +01:00
parent dad4a65118
commit 9130196ffc

View File

@@ -35,14 +35,14 @@ jobs:
bundle config path vendor/bundle
bundle install --jobs 4 --retry 3
- name: rspec
run: |
bundle exec rspec
- name: rubocop
run: |
bundle exec rubocop
- name: rspec
run: |
bundle exec rspec
- name: Coveralls
uses: coverallsapp/github-action@master
with: