diff --git a/azure-pipelines.yml b/azure-pipelines.yml index c28bce4..b2f538b 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -32,8 +32,10 @@ steps: - script: | yarn install --ignore-engines + echo 'Downloading Code Climate Test Reporter...' curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter chmod +x ./cc-test-reporter + echo 'Done downloading Code Climate Test Reporter.' displayName: 'Install dependencies' - script: |