File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 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
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
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
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
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 : |
You can’t perform that action at this time.
0 commit comments