Skip to content

Commit

Permalink
update preproduction pipeline for testing [email protected] (#6646)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruowan authored and Phoenix He committed Jul 25, 2019
1 parent 20c172b commit a871d83
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions preproduction-azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,3 +110,15 @@ jobs:
displayName: 'install .Net'
- script: 'npm run tsc && node scripts/momentOfTruth.js && node scripts/momentOfTruthPostProcessing.js'
displayName: 'LintDiff'

- job: "Avocado"
pool:
vmImage: 'Ubuntu 16.04'
steps:
- task: Npm@1
displayName: 'npm install'
inputs:
verbose: false
- script: 'npm install -D @azure/[email protected]'
- script: './node_modules/.bin/avocado'
displayName: 'Avocado'

0 comments on commit a871d83

Please sign in to comment.