Skip to content

Commit 264938d

Browse files
committed
squash: magic
1 parent 08f5800 commit 264938d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/actions/test_gem/action.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ runs:
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 }}"

0 commit comments

Comments
 (0)