Skip to content

Commit

Permalink
ci: Fix tests (#287)
Browse files Browse the repository at this point in the history
Pin bundler version cause otherwise running rspec fails
  • Loading branch information
philipphofmann authored Jan 2, 2025
1 parent 395a133 commit 0a26ae5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ jobs:
with:
ruby-version: '3.1.4'

- run: gem update bundler
# Rspec fails with bundler v 2.6.x, so we pin it to the latest version that works.
- run: gem install bundler -v '2.5.20'
- run: bundle install
- run: sentry-cli info --config-status-json
- run: bundle exec rubocop
Expand Down

0 comments on commit 0a26ae5

Please sign in to comment.