Skip to content

Commit

Permalink
Merge pull request #215 from bgpat/ci
Browse files Browse the repository at this point in the history
Install bundler and rake only once in CI
  • Loading branch information
joker1007 authored Oct 26, 2024
2 parents c075102 + 1007325 commit c68bec4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,5 @@ jobs:
CI: true
run: |
ruby -v
gem install bundler rake
bundle install --jobs 4 --retry 3
bundle exec rake test
1 change: 0 additions & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,5 @@ jobs:
CI: true
run: |
ruby -v
gem install bundler rake
bundle install --jobs 4 --retry 3
bundle exec rake test

0 comments on commit c68bec4

Please sign in to comment.