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 749b393 commit 2bbe97f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .azure-pipelines/test-docker-sonic-vs-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,8 @@ jobs:
fi
rm -rf $(Build.ArtifactStagingDirectory)/download
displayName: "Run vs tests"
continueOnError: ${{ parameters.asan }}
${{ if ne(variables['Build.Reason'], 'PullRequest') }}:
continueOnError: true
- task: PublishTestResults@2
inputs:
Expand Down

0 comments on commit 2bbe97f

Please sign in to comment.