Remove outdated CC_TEST_REPORTER_ID from GitHub tests

This commit is contained in:
Sebastian Serth
2023-10-06 00:42:45 +02:00
parent 26db99462f
commit 74f00b9449

View File

@ -72,7 +72,6 @@ jobs:
- name: Run tests
env:
RAILS_ENV: test
CC_TEST_REPORTER_ID: true
run: bundle exec rspec --color --format RSpec::Github::Formatter --format progress --require spec_helper --require rails_helper
- name: Upload coverage reports to Codecov