Skip to content

Commit

Permalink
[ci] Continue on error when running test.
Browse files Browse the repository at this point in the history
  • Loading branch information
liushilongbuaa committed Mar 9, 2023
1 parent 06ffb51 commit 7a6783b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .azure-pipelines/test-docker-sonic-vs-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ jobs:
rm -rf $(Build.ArtifactStagingDirectory)/download
displayName: "Run vs tests"
${{ if ne(variables['Build.Reason'], 'PullRequest') }}:
continueOnError: true
- task: PublishTestResults@2
inputs:
Expand Down

0 comments on commit 7a6783b

Please sign in to comment.