Skip to content

Commit

Permalink
Added Azure pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiragRupani committed Feb 20, 2019
1 parent c4aab7c commit 577f796
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions azure-pipelines.yml
Expand Up @@ -18,16 +18,16 @@ steps:
- script: |
cd HelloJasmine
npm install
npm run test
cd..
npm run testWithCoverage
cd ..
cd HelloMocha
npm install
npm run test
cd..
npm run testWithCoverage
cd ..
cd HelloJest
cd npm install
npm run test
cd..
npm install
npm run testWithCoverage
cd ..
displayName: 'npm install and run tests'

0 comments on commit 577f796

Please sign in to comment.