Skip to content

Commit 7645e09

Browse files
committed
squash: wtf
1 parent c551c8c commit 7645e09

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/actions/test_gem/action.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,10 @@ runs:
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 }}"

0 commit comments

Comments
 (0)