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 94a7918 commit c811defCopy full SHA for c811def
1 file changed
.github/workflows/test.yml
@@ -21,6 +21,9 @@ jobs:
21
- name: Install Ruby Dependencies
22
run: bundle install
23
24
+ - name: Build Gem
25
+ run: gem build -o patch_ruby.gem patch_ruby.gemspec
26
+
27
- name: Run RSpec
28
env:
29
PATCH_RUBY_API_KEY: ${{ secrets.SANDBOX_API_KEY }}
0 commit comments