File tree Expand file tree Collapse file tree 3 files changed +20
-0
lines changed Expand file tree Collapse file tree 3 files changed +20
-0
lines changed Original file line number Diff line number Diff line change
1
+ ### What
2
+
3
+ ** CHANGEME: What are you changing? **
4
+
5
+ ### Why
6
+
7
+ ** CHANGEME: Why are these changes needed? **
8
+
9
+ ### SDK Release Checklist
10
+
11
+ - [ ] Have you added an integration test for the changes?
12
+ - [ ] Have you built the gem locally and made queries against it successfully?
Original file line number Diff line number Diff line change 19
19
- name : Build Gem
20
20
run : gem build -o patch_ruby.gem patch_ruby.gemspec
21
21
22
+ - name : Run RSpec
23
+ env :
24
+ PATCH_RUBY_API_KEY : ${{ secrets.SANDBOX_API_KEY }}
25
+ run : bundle exec rspec
26
+
22
27
- name : Push to RubyGems
23
28
env :
24
29
GEM_HOST_API_KEY : ${{ secrets.GEM_HOST_API_KEY }}
Original file line number Diff line number Diff line change 21
21
- name : Install Ruby Dependencies
22
22
run : bundle install
23
23
24
+ - name : Build Gem
25
+ run : gem build -o patch_ruby.gem patch_ruby.gemspec
26
+
24
27
- name : Run RSpec
25
28
env :
26
29
PATCH_RUBY_API_KEY : ${{ secrets.SANDBOX_API_KEY }}
You can’t perform that action at this time.
0 commit comments