Skip to content

Commit f289500

Browse files
MrSerthDome-GER
authored andcommitted
GitHub Actions: Use RSpec command without manual requires
Since aligning our RSpec setup to the recommended defaults, we don't need the manual require statements any longer.
1 parent 4089e66 commit f289500

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
env:
7979
RAILS_ENV: test
8080
CC_TEST_REPORTER_ID: true
81-
run: bundle exec rspec --color --format RSpec::Github::Formatter --format progress --require spec_helper --require rails_helper
81+
run: bundle exec rspec --color --format RSpec::Github::Formatter --format progress
8282

8383
- name: Upload coverage reports to Codecov
8484
uses: codecov/codecov-action@v4

0 commit comments

Comments
 (0)