Skip to content

Commit

Permalink
Update azure pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
alexr00 committed Jun 10, 2021
1 parent ada0929 commit 57e2772
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
6 changes: 6 additions & 0 deletions azure-pipeline.nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ jobs:
steps:
- template: scripts/ci/common-setup.yml

- task: ComponentGovernanceComponentDetection@0
inputs:
scanType: 'Register'
verbosity: 'Verbose'
alertWarningLevel: 'High'

- script: yarn run test
displayName: Run test suite
env:
Expand Down
5 changes: 0 additions & 5 deletions scripts/ci/common-setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,5 @@ steps:
inputs:
versionSpec: '10.x'

- task: geeklearningio.gl-vsts-tasks-yarn.yarn-installer-task.YarnInstaller@2
displayName: Install Yarn
inputs:
versionSpec: 1.16.0

- script: yarn install
displayName: Install dependencies

0 comments on commit 57e2772

Please sign in to comment.