File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 9090 bundler : " latest"
9191 bundler-cache : false
9292
93+ - shell : bash
94+ run : bundle install && bundle show
95+ working-directory : " ${{ steps.setup.outputs.gem_dir }}"
96+
9397 # If we're using appraisals, do it all manually.
9498 - name : Install Ruby ${{ inputs.ruby }} without dependencies
9599 if : " ${{ steps.setup.outputs.appraisals == 'true' }}"
@@ -114,7 +118,6 @@ runs:
114118 shell : bash
115119 run : |
116120 # 🍿 Test Gem 🍿
117- bundle install && bundle show
118121 if [[ -f "Appraisals" ]]; then
119122 for i in `bundle exec appraisal list | sed 's/-/_/g' `; do
120123 echo "::group::🔎 Appraising ${i}"
@@ -124,7 +127,6 @@ runs:
124127 echo "::endgroup::"
125128 done
126129 else
127- bundle show
128130 bundle exec rake test
129131 fi
130132 working-directory : " ${{ steps.setup.outputs.gem_dir }}"
You can’t perform that action at this time.
0 commit comments