Merge pull request #1591 from clinton-hall/tests/cleanup

Tests/cleanup
This commit is contained in:
Labrys of Knossos 2019-03-31 12:56:18 -04:00 committed by GitHub
commit cb3f61f137
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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'