Skip to content

Commit

Permalink
Merge pull request #1591 from clinton-hall/tests/cleanup
Browse files Browse the repository at this point in the history
Tests/cleanup
  • Loading branch information
labrys committed Mar 31, 2019
2 parents 9a83356 + f5fdc14 commit cb3f61f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,13 @@ jobs:
pytest tests --doctest-modules --junitxml=junit/test-results.xml
displayName: 'pytest'
- script: |
rm -rf .git
python cleanup.py
python TorrentToMedia.py
python nzbToMedia.py
displayName: 'Test source install cleanup'
- task: PublishTestResults@2
inputs:
testResultsFiles: '**/test-results.xml'
Expand Down

0 comments on commit cb3f61f

Please sign in to comment.