Skip to content

Commit

Permalink
do not call rubocop in ci only
Browse files Browse the repository at this point in the history
  • Loading branch information
orangewolf committed Feb 10, 2024
1 parent 3ee01e3 commit aea3477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: bundle exec rake db:migrate db:test:prepare

- name: Run rspec
run: bundle exec rake
run: bundle exec rake spec

- name: Upload coverage results
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit aea3477

Please sign in to comment.