diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 6530b1f..9eaeb37 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -17,12 +17,12 @@ jobs: - template: node-test.yml@apt parameters: npm_test: False - before: + beforeEach: - script: | curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter chmod +x ./cc-test-reporter displayName: 'Download Code Climate Test Reporter' - after: + afterEach: - script: | ./cc-test-reporter before-build yarn test 2> /dev/null