File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 8989 working-directory : " ${{ steps.setup.outputs.gem_dir }}"
9090 bundler : " latest"
9191 bundler-cache : false
92- cache-version : " ${{ inputs.ruby }}-${{ steps.setup.outputs.cache_key }}-${{ inputs.gem }}"
9392
9493 # If we're using appraisals, do it all manually.
9594 - name : Install Ruby ${{ inputs.ruby }} without dependencies
@@ -115,6 +114,7 @@ runs:
115114 shell : bash
116115 run : |
117116 # 🍿 Test Gem 🍿
117+ bundle install
118118 if [[ -f "Appraisals" ]]; then
119119 for i in `bundle exec appraisal list | sed 's/-/_/g' `; do
120120 echo "::group::🔎 Appraising ${i}"
@@ -124,7 +124,6 @@ runs:
124124 echo "::endgroup::"
125125 done
126126 else
127- bundle install && \
128127 bundle exec rake test
129128 fi
130129 working-directory : " ${{ steps.setup.outputs.gem_dir }}"
You can’t perform that action at this time.
0 commit comments