Skip to content

Commit

Permalink
Merge pull request #16 from patch-technology/ta/fix-publish
Browse files Browse the repository at this point in the history
fix publish script
  • Loading branch information
thdaraujo authored Oct 6, 2020
2 parents 1b05bc9 + b70aca1 commit 51f12f6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,12 @@ jobs:
- name: Build Gem
run: gem build -o patch_ruby.gem patch_ruby.gemspec

- name: Install Ruby Dependencies
run: bundle install

- name: Run RSpec
env:
PATCH_RUBY_API_KEY: ${{ secrets.SANDBOX_API_KEY }}
SANDBOX_API_KEY: ${{ secrets.SANDBOX_API_KEY }}
run: bundle exec rspec

- name: Push to RubyGems
Expand Down

0 comments on commit 51f12f6

Please sign in to comment.