diff --git a/.circleci/config.yml b/.circleci/config.yml index 5f7e6e529..754eb6531 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -91,12 +91,12 @@ jobs: bundle install # pnpm install - # - run: - # name: Download cc-test-reporter - # command: | - # mkdir -p ~/tmp - # curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ~/tmp/cc-test-reporter - # chmod +x ~/tmp/cc-test-reporter + - run: + name: Download cc-test-reporter + command: | + mkdir -p ~/tmp + curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ~/tmp/cc-test-reporter + chmod +x ~/tmp/cc-test-reporter # Swagger verification # - run: