Skip to content

Commit c811def

Browse files
committed
Build ruby gem before running tests
1 parent 94a7918 commit c811def

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ jobs:
2121
- name: Install Ruby Dependencies
2222
run: bundle install
2323

24+
- name: Build Gem
25+
run: gem build -o patch_ruby.gem patch_ruby.gemspec
26+
2427
- name: Run RSpec
2528
env:
2629
PATCH_RUBY_API_KEY: ${{ secrets.SANDBOX_API_KEY }}

0 commit comments

Comments
 (0)