From 9130196ffca33a88d6cb6006afba1cc48f9a7160 Mon Sep 17 00:00:00 2001 From: erwanlr Date: Wed, 19 Feb 2020 14:38:31 +0100 Subject: [PATCH] Runs rubocop before rspec --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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: