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 config path vendor/bundle
bundle install --jobs 4 --retry 3 bundle install --jobs 4 --retry 3
- name: rspec
run: |
bundle exec rspec
- name: rubocop - name: rubocop
run: | run: |
bundle exec rubocop bundle exec rubocop
- name: rspec
run: |
bundle exec rspec
- name: Coveralls - name: Coveralls
uses: coverallsapp/github-action@master uses: coverallsapp/github-action@master
with: with: