Skip to content

Commit

Permalink
chore: Install rspec gem for running tests in CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hahwul committed Jun 28, 2024
1 parent 6d6b61f commit 3612ce2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,7 @@ jobs:
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: false # runs 'bundle install' and caches installed gems automatically
- name: Install dependencies
run: gem install rspec
- name: Run tests
run: bundle exec rspec
run: rspec

0 comments on commit 3612ce2

Please sign in to comment.