chore: fix azure pipeline job name
This commit is contained in:
@ -1,12 +1,12 @@
|
|||||||
jobs:
|
jobs:
|
||||||
- template: azure-pipelines-template.yml
|
- template: azure-pipelines-template.yml
|
||||||
parameters:
|
parameters:
|
||||||
name: unit tests
|
name: unit_tests
|
||||||
vmImage: 'Ubuntu-16.04'
|
vmImage: 'Ubuntu-16.04'
|
||||||
script: yarn test:ci
|
script: yarn test:ci
|
||||||
|
|
||||||
- template: azure-pipelines-template.yml
|
- template: azure-pipelines-template.yml
|
||||||
parameters:
|
parameters:
|
||||||
name: e2e tests
|
name: e2e_tests
|
||||||
vmImage: 'Ubuntu-16.04'
|
vmImage: 'Ubuntu-16.04'
|
||||||
script: yarn test:e2e:ci
|
script: yarn test:e2e:ci
|
||||||
|
Reference in New Issue
Block a user