fix(ci): cc reporter folder

This commit is contained in:
Shivam Mishra
2025-05-27 18:11:23 +05:30
parent 6c57dbb12d
commit 7a5b170ff0
+6 -6
View File
@@ -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: