We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 264938d commit c551c8cCopy full SHA for c551c8c
.github/actions/test_gem/action.yml
@@ -114,7 +114,7 @@ runs:
114
shell: bash
115
run: |
116
# 🍿 Test Gem 🍿
117
- bundle install
+ bundle install && bundle show
118
if [[ -f "Appraisals" ]]; then
119
for i in `bundle exec appraisal list | sed 's/-/_/g' `; do
120
echo "::group::🔎 Appraising ${i}"
@@ -124,6 +124,7 @@ runs:
124
echo "::endgroup::"
125
done
126
else
127
+ bundle show
128
bundle exec rake test
129
fi
130
working-directory: "${{ steps.setup.outputs.gem_dir }}"
0 commit comments