We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9793a7d commit bc1d15fCopy full SHA for bc1d15f
.github/workflows/release.yml
@@ -21,11 +21,11 @@ jobs:
21
bundle install
22
bundle exec rspec spec
23
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
+ # - name: Code Climate Test Reporter
+ # uses: aktions/codeclimate-test-reporter@v1
+ # with:
+ # codeclimate-test-reporter-id: ${{ secrets.CC_TEST_REPORTER_ID }}
+ # command: after-build
29
30
- name: Publish to RubyGems
31
run: |
0 commit comments