chore: fix cypress
This commit is contained in:
parent
351db33b22
commit
bba1867f64
@ -16,6 +16,7 @@ jobs:
|
|||||||
versionSpec: $(node_version)
|
versionSpec: $(node_version)
|
||||||
|
|
||||||
- script: |
|
- script: |
|
||||||
|
${{ parameters.preScript }}
|
||||||
node --version
|
node --version
|
||||||
npm --version
|
npm --version
|
||||||
yarn --version
|
yarn --version
|
||||||
|
@ -3,10 +3,14 @@ jobs:
|
|||||||
parameters:
|
parameters:
|
||||||
name: unit_tests
|
name: unit_tests
|
||||||
vmImage: 'Ubuntu-16.04'
|
vmImage: 'Ubuntu-16.04'
|
||||||
|
preScript: ''
|
||||||
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
|
preScript: |
|
||||||
|
apt-get update && apt-get install -y libgconf-2-4
|
||||||
|
script: |
|
||||||
|
yarn test:e2e:ci
|
||||||
|
Loading…
x
Reference in New Issue
Block a user