From ab0eedc513d5521ce675bf668163bb8d68a4bfef Mon Sep 17 00:00:00 2001 From: Daniel Imms Date: Tue, 21 May 2019 11:17:07 -0700 Subject: [PATCH] Fix job name --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index e3c5b356..a8f03125 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -67,7 +67,7 @@ jobs: yarn lint displayName: 'Lint' -- job: 'Integration tests' +- job: IntegrationTests pool: vmImage: 'ubuntu-16.04' steps: @@ -93,7 +93,7 @@ jobs: - Linux - macOS - Windows - - 'Integration tests' + - IntegrationTests condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/master')) pool: vmImage: 'ubuntu-16.04'