mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-07-29 19:18:28 -07:00
commit
cb3f61f137
1 changed files with 7 additions and 0 deletions
|
@ -40,6 +40,13 @@ jobs:
|
||||||
pytest tests --doctest-modules --junitxml=junit/test-results.xml
|
pytest tests --doctest-modules --junitxml=junit/test-results.xml
|
||||||
displayName: 'pytest'
|
displayName: 'pytest'
|
||||||
|
|
||||||
|
- script: |
|
||||||
|
rm -rf .git
|
||||||
|
python cleanup.py
|
||||||
|
python TorrentToMedia.py
|
||||||
|
python nzbToMedia.py
|
||||||
|
displayName: 'Test source install cleanup'
|
||||||
|
|
||||||
- task: PublishTestResults@2
|
- task: PublishTestResults@2
|
||||||
inputs:
|
inputs:
|
||||||
testResultsFiles: '**/test-results.xml'
|
testResultsFiles: '**/test-results.xml'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue