Skip to content

Commit

Permalink
use vendor/bundle in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-makarov committed Jan 24, 2021
1 parent c73c1f8 commit fa371bc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/Specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
- name: Run bundle install
run: |
gem install bundler -v "~> 1.17"
bundle config path vendor/bundle
bundle install --jobs 4 --retry 3 --without debugging documentation
- name: Run Specs + Rubocop
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ coverage/
.idea/
documentation/
.bundle/
vendor/bundle

# trunk source
spec/fixtures/spec-repos/trunk/**/*.etag
Expand Down
1 change: 1 addition & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ inherit_from:
AllCops:
Exclude:
- spec/fixtures/**/*
- vendor/bundle/**/*
- lib/cocoapods-core/vendor/**/*

FileName:
Expand Down

0 comments on commit fa371bc

Please sign in to comment.