Skip to content

Commit

Permalink
Merge pull request #143 from aYukiSekiguchi/fix_bundle_installation_e…
Browse files Browse the repository at this point in the history
…rror_on_github_action

Fix bundle installation error on GitHub Action
  • Loading branch information
cosmo0920 authored Sep 6, 2024
2 parents 6a4b186 + 676b28b commit c840b29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@ jobs:
CI: true
run: |
gem install bundler rake
bundle config set path 'vendor/bundle'
bundle install --jobs 4 --retry 3
bundle exec rake test

0 comments on commit c840b29

Please sign in to comment.