chore: fix cypress

This commit is contained in:
Shawn Erquhart 2019-03-28 17:33:24 -04:00
parent 351db33b22
commit bba1867f64
2 changed files with 6 additions and 1 deletions

View File

@ -16,6 +16,7 @@ jobs:
versionSpec: $(node_version)
- script: |
${{ parameters.preScript }}
node --version
npm --version
yarn --version

View File

@ -3,10 +3,14 @@ jobs:
parameters:
name: unit_tests
vmImage: 'Ubuntu-16.04'
preScript: ''
script: yarn test:ci
- template: azure-pipelines-template.yml
parameters:
name: e2e_tests
vmImage: 'Ubuntu-16.04'
script: yarn test:e2e:ci
preScript: |
apt-get update && apt-get install -y libgconf-2-4
script: |
yarn test:e2e:ci