From 39047767e4fa5e1453a699900dcf62c9df47cb28 Mon Sep 17 00:00:00 2001 From: Daniel Imms Date: Sat, 15 Sep 2018 10:40:54 -0700 Subject: [PATCH] Move coverage to mac agent as it's much faster --- azure-pipelines.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index cba35b39..342ab832 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -25,10 +25,6 @@ jobs: - script: | yarn lint displayName: 'Lint' - - script: | - yarn test-coverage - yarn coveralls - displayName: 'Generate and publish coverage' - job: macOS pool: @@ -47,6 +43,10 @@ jobs: - script: | yarn lint displayName: 'Lint' + - script: | + yarn test-coverage + yarn coveralls + displayName: 'Generate and publish coverage' - job: Windows pool: