Skip to content

Commit

Permalink
Add step to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Anna Kocheshkova committed Aug 19, 2020
1 parent 186cb2b commit 4315662
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions azure-pipelines.yml
Expand Up @@ -57,6 +57,12 @@ jobs:
displayName: 'Install and build appcenter-file-upload-client-node'
workingDirectory: appcenter-file-upload-client-node
- script: |
npm pack
npm install -g appcenter-cli*.tgz
displayName: 'Package appcenter-file-upload-client-node'
workingDirectory: appcenter-file-upload-client-node
- script: |
npm run test:ci || [ -f './test-results.xml' ]
displayName: 'Run appcenter-file-upload-client-node tests'
Expand Down

0 comments on commit 4315662

Please sign in to comment.