Skip to content

Commit

Permalink
update codeclimate action
Browse files Browse the repository at this point in the history
  • Loading branch information
skoji committed Jan 12, 2023
1 parent 98fcc78 commit 2d884f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
- name: setup gems
run: bundle install --jobs 4 --retry 3
- name: run test and publish code coverage
if: runner.os == 'Linux' && matrix.ruby == '3.1' && env.CC_TEST_REPORTER_ID != ''
uses: paambaati/codeclimate-action@v2.3.0
if: runner.os == 'Linux' && matrix.ruby == '3.2' && env.CC_TEST_REPORTER_ID != ''
uses: paambaati/codeclimate-action@v3.2.0
env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
with:
Expand Down

0 comments on commit 2d884f6

Please sign in to comment.