Skip to content

Commit

Permalink
Merge pull request #218 from trliner/fix_rspec_action
Browse files Browse the repository at this point in the history
Update the `rspec` GitHub Action to properly execute
  • Loading branch information
dechimp authored Jun 10, 2024
2 parents 46e80f9 + 33052ae commit 2edfac2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/rspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-ruby@v1
- 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 2edfac2

Please sign in to comment.