diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 09c3512a..9b7749f1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: