We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1b05bc9 + b70aca1 commit 51f12f6Copy full SHA for 51f12f6
1 file changed
.github/workflows/publish.yml
@@ -19,9 +19,12 @@ jobs:
19
- name: Build Gem
20
run: gem build -o patch_ruby.gem patch_ruby.gemspec
21
22
+ - name: Install Ruby Dependencies
23
+ run: bundle install
24
+
25
- name: Run RSpec
26
env:
- PATCH_RUBY_API_KEY: ${{ secrets.SANDBOX_API_KEY }}
27
+ SANDBOX_API_KEY: ${{ secrets.SANDBOX_API_KEY }}
28
run: bundle exec rspec
29
30
- name: Push to RubyGems
0 commit comments