chore: fix azure pipeline job name

This commit is contained in:
Shawn Erquhart 2019-03-28 16:13:13 -04:00
parent 166141102b
commit e5c7ba5850

View File

@ -1,12 +1,12 @@
jobs:
- template: azure-pipelines-template.yml
parameters:
name: unit tests
name: unit_tests
vmImage: 'Ubuntu-16.04'
script: yarn test:ci
- template: azure-pipelines-template.yml
parameters:
name: e2e tests
name: e2e_tests
vmImage: 'Ubuntu-16.04'
script: yarn test:e2e:ci