Skip to content

Commit bc1d15f

Browse files
committed
Update release.yml
1 parent 9793a7d commit bc1d15f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ jobs:
2121
bundle install
2222
bundle exec rspec spec
2323
24-
- name: Code Climate Test Reporter
25-
uses: aktions/codeclimate-test-reporter@v1
26-
with:
27-
codeclimate-test-reporter-id: ${{ secrets.CC_TEST_REPORTER_ID }}
28-
command: after-build
24+
# - name: Code Climate Test Reporter
25+
# uses: aktions/codeclimate-test-reporter@v1
26+
# with:
27+
# codeclimate-test-reporter-id: ${{ secrets.CC_TEST_REPORTER_ID }}
28+
# command: after-build
2929

3030
- name: Publish to RubyGems
3131
run: |

0 commit comments

Comments
 (0)