Skip to content

Commit c7b080f

Browse files
authored
Run bundle as the bootstrap script does
1 parent 34b7885 commit c7b080f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
run: |
1414
apt-get update
1515
apt-get install -y cmake
16-
bundle install --jobs 4 --retry 3
16+
bundle install --jobs 4 --retry 3 --without='' --no-prune --path vendor/bundle --local
1717
bundle binstubs puppet rake rspec-core rubocop parallel_tests
1818
- name: rspec
1919
run: bundle exec rake spec
@@ -32,8 +32,8 @@ jobs:
3232
uses: actions/checkout@v1
3333
- name: bundle
3434
run: |
35-
sudo apt-get install -y cmake
36-
bundle install --jobs 4 --retry 3
35+
apt-get install -y cmake
36+
bundle install --jobs 4 --retry 3 --without='' --no-prune --path vendor/bundle --local
3737
bundle binstubs puppet rake rspec-core rubocop parallel_tests
3838
- name: spec
3939
run: bundle exec rake rspec
@@ -54,7 +54,7 @@ jobs:
5454
run: |
5555
apt-get update
5656
apt-get install -y cmake
57-
bundle install --jobs 4 --retry 3
57+
bundle install --jobs 4 --retry 3 --without='' --no-prune --path vendor/bundle --local
5858
bundle binstubs puppet rake rspec-core rubocop parallel_tests
5959
- name: rspec
6060
run: bundle exec rake spec
@@ -72,7 +72,7 @@ jobs:
7272
run: |
7373
apt-get update
7474
apt-get install -y cmake
75-
bundle install --jobs 4 --retry 3
75+
bundle install --jobs 4 --retry 3 --without='' --no-prune --path vendor/bundle --local
7676
bundle binstubs puppet rake rspec-core rubocop parallel_tests
7777
- name: rubocop
7878
run: bundle exec rake rubocop
@@ -90,7 +90,7 @@ jobs:
9090
run: |
9191
apt-get update
9292
apt-get install -y cmake
93-
bundle install --jobs 4 --retry 3
93+
bundle install --jobs 4 --retry 3 --without='' --no-prune --path vendor/bundle --local
9494
bundle binstubs puppet rake rspec-core rubocop parallel_tests
9595
- name: rubocop
9696
run: |

0 commit comments

Comments
 (0)