Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
Co-authored-by: Nate Perry <[email protected]>
  • Loading branch information
dezkowalski and ncperry committed Mar 6, 2024
1 parent 9799436 commit 2d93d83
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/rspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,10 @@ jobs:
env:
RAILS_ENV: test
run: |
gem install bundler:1.17.3
bundle _1.17.3_ install
bundle install
- name: Run tests
env:
RAILS_ENV: test
run: |
bundle exec rspec
bundle exec rspec

0 comments on commit 2d93d83

Please sign in to comment.