Skip to content

Commit

Permalink
add audit (#107)
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Yuan <yy19902439@126.com>
  • Loading branch information
SamYuan1990 committed Mar 19, 2022
1 parent e699e35 commit 0005e03
Show file tree
Hide file tree
Showing 3 changed files with 662 additions and 1,136 deletions.
13 changes: 13 additions & 0 deletions azure-pipelines.yml
Expand Up @@ -51,6 +51,19 @@ jobs:
npm test
displayName: 'npm ci'
- job: audit
displayName: audit
pool:
vmImage: 'ubuntu-latest'
steps:
- task: NodeTool@0
inputs:
versionSpec: '10.x'
displayName: 'Install Node.js'
- script: |
npm audit || true
displayName: 'npm install and lint'
- job: e2eTestNetwork
displayName: e2eTestNetworkSample
dependsOn:
Expand Down

0 comments on commit 0005e03

Please sign in to comment.