Fix job name

This commit is contained in:
Daniel Imms
2019-05-21 11:19:54 -07:00
parent 37ed1e4796
commit ab0eedc513
+2 -2
View File
@@ -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'