mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
Fix job name
This commit is contained in:
+2
-2
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user