Add rspec-github gem for enhanced GitHub formatting

This commit is contained in:
Sebastian Serth
2022-08-08 18:37:16 +02:00
parent 5efa6d4bfd
commit 8404c43a30
3 changed files with 5 additions and 1 deletions

View File

@ -75,7 +75,7 @@ jobs:
RAILS_ENV: test
CC_TEST_REPORTER_ID: true
NODE_OPTIONS: --openssl-legacy-provider
run: bundle exec rspec --color --format progress --require spec_helper --require rails_helper
run: bundle exec rspec --color --format RSpec::Github::Formatter --format progress --require spec_helper --require rails_helper
- name: Send coverage to CodeClimate
uses: paambaati/codeclimate-action@v3.0.0