From 7a5b170ff07646c40da90a66f15f97d0f7d29100 Mon Sep 17 00:00:00 2001 From: Shivam Mishra Date: Tue, 27 May 2025 18:11:23 +0530 Subject: [PATCH] fix(ci): cc reporter folder --- .circleci/config.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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: