Skip to content

Commit

Permalink
Fix GH workflow because of changes in CodeClimate
Browse files Browse the repository at this point in the history
  • Loading branch information
Qqwy committed May 11, 2023
1 parent b004a20 commit 06ea98a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ jobs:
- name: Run tests & push test coverage to Codeclimate
uses: paambaati/codeclimate-action@v3.2.0
env:
CC_TEST_REPORTER_ID: ${{ secrets.CODECLIMATE_REPORTER_ID }}
CC_TEST_REPORTER_ID: '9d18f5b43e49eecd6c3da64d85ea9c765d3606c129289d7c8cadf6d448713311'
with:
coverageCommand: bundle exec rake

0 comments on commit 06ea98a

Please sign in to comment.