File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 1010 - name : Checkout code
1111 uses : actions/checkout@v1
1212 - name : bundle
13- run : |
13+ run : |
1414 apt-get update
1515 apt-get install -y cmake openssl libssl-dev
16+ echo "3.8.7" > .puppet_version
1617 bundle install --binstubs --jobs 4 --retry 3 --without='' --no-prune --path vendor/bundle --local
1718 - name : rspec
1819 run : bundle exec rake spec
3334 run : |
3435 apt-get update
3536 apt-get install -y cmake openssl libssl-dev
37+ echo "4.10.10" > .puppet_version
3638 bundle install --binstubs --jobs 4 --retry 3 --without='' --no-prune --path vendor/bundle --local
3739 - name : spec
3840 run : bundle exec rake spec
5355 run : |
5456 apt-get update
5557 apt-get install -y cmake openssl libssl-dev
58+ echo "5.5.8" > .puppet_version
5659 bundle install --binstubs --jobs 4 --retry 3 --without='' --no-prune --path vendor/bundle --local
5760 - name : rspec
5861 run : bundle exec rake spec
7073 run : |
7174 apt-get update
7275 apt-get install -y cmake openssl libssl-dev
76+ echo "5.5.8" > .puppet_version
7377 bundle install --binstubs --jobs 4 --retry 3 --without='' --no-prune --path vendor/bundle --local
7478 - name : rubocop
7579 run : bundle exec rake rubocop
8791 run : |
8892 apt-get update
8993 apt-get install -y cmake openssl libssl-dev
94+ echo "5.5.8" > .puppet_version
9095 bundle install --binstubs --jobs 4 --retry 3 --without='' --no-prune --path vendor/bundle --local
9196 - name : rubocop
9297 run : |
You can’t perform that action at this time.
0 commit comments