Skip to content

Commit 7fe8d5b

Browse files
committed
chore(gh): run install in gem-push
1 parent 68dbf69 commit 7fe8d5b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/gem-push.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ jobs:
2626
with:
2727
ruby-version: 3.3
2828
if: ${{ steps.release.outputs.release_created }}
29+
- name: Install dependencies
30+
run: |
31+
bundle install
32+
if: ${{ steps.release.outputs.release_created }}
2933
- name: Run tests
3034
run: |
3135
bundle exec rspec

0 commit comments

Comments
 (0)