Runs rubocop before rspec
This commit is contained in:
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user