fix(ci): cc reporter folder
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user