Skip to content

Commit 682d68f

Browse files
committed
quit bundler
1 parent 351fc89 commit 682d68f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
bundler-cache: true
4949
- name: Build and test with Rake
5050
run: |
51-
bundle exec appraisal rails-${{ matrix.rails_version }} bundle --ignore_funding_requests
51+
bundle exec appraisal rails-${{ matrix.rails_version }} bundle --quiet
5252
MEASURE_COVERAGE=true bundle exec appraisal rails-${{ matrix.rails_version }} rake
5353
env:
5454
RAISE_ON_WARNING: 1
@@ -89,7 +89,7 @@ jobs:
8989
cd primer_view_components
9090
npm ci
9191
cd demo && npm ci && cd ..
92-
bundle --ignore_funding_requests && bundle exec rake
92+
bundle --quiet && bundle exec rake
9393
env:
9494
VIEW_COMPONENT_PATH: ../view_component
9595
RAILS_VERSION: '7.1.5'

0 commit comments

Comments
 (0)