Skip to content

Commit b97140c

Browse files
authored
run unit tests in any case (#199)
1 parent 88636df commit b97140c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.pipelines/azdo-base-pipeline.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ steps:
55

66
- script: |
77
python -m pytest . --cov=diabetes_regression --cov-report=html --cov-report=xml --junitxml=unit-testresults.xml
8+
condition: succeededOrFailed()
89
displayName: 'Run unit tests'
910

1011
- task: PublishTestResults@2

0 commit comments

Comments
 (0)