Skip to content

Commit b775e81

Browse files
committed
Run appraisal after install
1 parent f342e0b commit b775e81

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish_gem.yml

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
sed -i 's/".*"/"${{ inputs.version }}"/' lib/noticed/version.rb
3434
bundle config set --local deployment 'false'
3535
bundle
36+
bundle exec appraisal
3637
git config user.name 'GitHub Actions'
3738
git config user.email [email protected]
3839
git add Gemfile.lock gemfiles lib

0 commit comments

Comments
 (0)