Skip to content

Commit

Permalink
ci: Remove unnecessary gem installs from github-action
Browse files Browse the repository at this point in the history
bundler is installed in setup-ruby and rspec is installed via the gemspec
  • Loading branch information
trliner committed Jun 10, 2024
1 parent 0833d5e commit 33052ae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/rspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,5 @@ jobs:
- uses: ruby/setup-ruby@v1
with:
ruby-version: '2.7'
- run: gem install rspec bundler
- run: bundle install
- run: rspec spec

0 comments on commit 33052ae

Please sign in to comment.