Skip to content

Commit

Permalink
Run bundle update instead
Browse files Browse the repository at this point in the history
  • Loading branch information
st0012 committed Jan 13, 2024
1 parent b57b0c7 commit e0b8a60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sentry_sidekiq_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
SIDEKIQ_VERSION: ${{ matrix.sidekiq_version }}
RUBYOPT: ${{ matrix.options.rubyopt }}
run: |
bundle install --jobs 4 --retry 3
bundle update --jobs 4 --retry 3
make test
- name: Upload Coverage
Expand Down

0 comments on commit e0b8a60

Please sign in to comment.