Skip to content

Commit

Permalink
Fix CodeClimate test reporter
Browse files Browse the repository at this point in the history
  • Loading branch information
serg-kovalev committed Jan 2, 2024
1 parent 4a8b150 commit 9abbbff
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ jobs:
run: |
curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
chmod +x ./cc-test-reporter
./cc-test-reporter before-build
- name: Bundle Install
run: bundle install
- name: Test
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ pkg
.ruby-version
.ruby-gemset
Gemfile.lock

cc-test-reporter

0 comments on commit 9abbbff

Please sign in to comment.