Skip to content

Commit

Permalink
rm bundle install
Browse files Browse the repository at this point in the history
  • Loading branch information
loadkpi committed Feb 25, 2024
1 parent 3517998 commit d7dea3a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ jobs:
with:
ruby-version: '3.0'
bundler-cache: true
- name: install gems
run: |
gem install bundler
bundle install --jobs 4 --retry 3
- run: bundle exec rubocop
test:
needs: lint
Expand All @@ -31,10 +27,6 @@ jobs:
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: install gems
run: |
gem install bundler
bundle install --jobs 4 --retry 3
- name: test
run: |
bundle exec parallel_rspec spec/ -n 4 --only-group ${{ matrix.test-group }} --group-by runtime --runtime-log spec/fixtures/parallel_runtime_rspec.log

0 comments on commit d7dea3a

Please sign in to comment.