We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c73c1f8 commit 2bae47eCopy full SHA for 2bae47e
.github/workflows/Specs.yml
@@ -31,6 +31,7 @@ jobs:
31
- name: Run bundle install
32
run: |
33
gem install bundler -v "~> 1.17"
34
+ bundle config path vendor/bundle
35
bundle install --jobs 4 --retry 3 --without debugging documentation
36
37
- name: Run Specs + Rubocop
.gitignore
@@ -13,6 +13,7 @@ coverage/
13
.idea/
14
documentation/
15
.bundle/
16
+vendor/bundle
17
18
# trunk source
19
spec/fixtures/spec-repos/trunk/**/*.etag
.rubocop.yml
@@ -7,6 +7,7 @@ inherit_from:
7
AllCops:
8
Exclude:
9
- spec/fixtures/**/*
10
+ - vendor/bundle/**/*
11
- lib/cocoapods-core/vendor/**/*
12
FileName:
0 commit comments