diff --git a/.github/workflows/Specs.yml b/.github/workflows/Specs.yml index 46255ee06..a9fc42a44 100644 --- a/.github/workflows/Specs.yml +++ b/.github/workflows/Specs.yml @@ -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 diff --git a/.gitignore b/.gitignore index 21ecc49f4..4b5e1b585 100644 --- a/.gitignore +++ b/.gitignore @@ -13,6 +13,7 @@ coverage/ .idea/ documentation/ .bundle/ +vendor/bundle # trunk source spec/fixtures/spec-repos/trunk/**/*.etag diff --git a/.rubocop.yml b/.rubocop.yml index 3b10d9dd8..0cdb10dfc 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -7,6 +7,7 @@ inherit_from: AllCops: Exclude: - spec/fixtures/**/* + - vendor/bundle/**/* - lib/cocoapods-core/vendor/**/* FileName: