We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b05bc9 commit 97124ffCopy full SHA for 97124ff
1 file changed
.github/workflows/publish.yml
@@ -16,12 +16,15 @@ jobs:
16
with:
17
ruby-version: 2.7.1
18
19
+ - name: Install Ruby Dependencies
20
+ run: bundle install
21
+
22
- name: Build Gem
23
run: gem build -o patch_ruby.gem patch_ruby.gemspec
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