2019-03-28 16:09:28 -04:00
|
|
|
jobs:
|
|
|
|
- template: azure-pipelines-template.yml
|
|
|
|
parameters:
|
2019-03-28 16:13:13 -04:00
|
|
|
name: unit_tests
|
2019-03-28 16:09:28 -04:00
|
|
|
vmImage: 'Ubuntu-16.04'
|
|
|
|
script: yarn test:ci
|
|
|
|
|
|
|
|
- template: azure-pipelines-template.yml
|
|
|
|
parameters:
|
2019-03-28 16:13:13 -04:00
|
|
|
name: e2e_tests
|
2019-03-28 16:09:28 -04:00
|
|
|
vmImage: 'Ubuntu-16.04'
|
|
|
|
script: yarn test:e2e:ci
|