Skip to content

Commit b0ab8e0

Browse files
authored
Try bundling the binstubs harder, this works on my container
¯\_(ツ)_/¯
1 parent c7b080f commit b0ab8e0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
apt-get update
1515
apt-get install -y cmake
1616
bundle install --jobs 4 --retry 3 --without='' --no-prune --path vendor/bundle --local
17-
bundle binstubs puppet rake rspec-core rubocop parallel_tests
17+
bundle binstubs --all --force
1818
- name: rspec
1919
run: bundle exec rake spec
2020
container:
@@ -34,7 +34,7 @@ jobs:
3434
run: |
3535
apt-get install -y cmake
3636
bundle install --jobs 4 --retry 3 --without='' --no-prune --path vendor/bundle --local
37-
bundle binstubs puppet rake rspec-core rubocop parallel_tests
37+
bundle binstubs --all --force
3838
- name: spec
3939
run: bundle exec rake rspec
4040
container:
@@ -55,7 +55,7 @@ jobs:
5555
apt-get update
5656
apt-get install -y cmake
5757
bundle install --jobs 4 --retry 3 --without='' --no-prune --path vendor/bundle --local
58-
bundle binstubs puppet rake rspec-core rubocop parallel_tests
58+
bundle binstubs --all --force
5959
- name: rspec
6060
run: bundle exec rake spec
6161
container:
@@ -73,7 +73,7 @@ jobs:
7373
apt-get update
7474
apt-get install -y cmake
7575
bundle install --jobs 4 --retry 3 --without='' --no-prune --path vendor/bundle --local
76-
bundle binstubs puppet rake rspec-core rubocop parallel_tests
76+
bundle binstubs --all --force
7777
- name: rubocop
7878
run: bundle exec rake rubocop
7979
container:
@@ -91,7 +91,7 @@ jobs:
9191
apt-get update
9292
apt-get install -y cmake
9393
bundle install --jobs 4 --retry 3 --without='' --no-prune --path vendor/bundle --local
94-
bundle binstubs puppet rake rspec-core rubocop parallel_tests
94+
bundle binstubs --all --force
9595
- name: rubocop
9696
run: |
9797
bundle exec rake coverage

0 commit comments

Comments
 (0)