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'