Skip to content

Commit

Permalink
GitHub Actions: Use RSpec command without manual requires
Browse files Browse the repository at this point in the history
Since aligning our RSpec setup to the recommended defaults, we don't need the manual require statements any longer.
  • Loading branch information
MrSerth authored and Dome-GER committed Oct 15, 2024
1 parent 4089e66 commit f289500
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
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
run: bundle exec rspec --color --format RSpec::Github::Formatter --format progress

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4
Expand Down

0 comments on commit f289500

Please sign in to comment.