mirror of
https://github.com/fergalmoran/Readarr.git
synced 2025-12-22 09:29:59 +00:00
Turning tests off for the time being
This commit is contained in:
16
appveyor.yml
16
appveyor.yml
@@ -16,14 +16,14 @@ install:
|
|||||||
build_script:
|
build_script:
|
||||||
- ps: ./build-appveyor.ps1
|
- ps: ./build-appveyor.ps1
|
||||||
|
|
||||||
# test: off
|
test: off
|
||||||
test:
|
#test:
|
||||||
assemblies:
|
# assemblies:
|
||||||
- '_tests\*Test.dll'
|
# - '_tests\*Test.dll'
|
||||||
categories:
|
# categories:
|
||||||
except:
|
# except:
|
||||||
- IntegrationTest
|
# - IntegrationTest
|
||||||
- AutomationTest
|
# - AutomationTest
|
||||||
|
|
||||||
artifacts:
|
artifacts:
|
||||||
- path: '_artifacts\*.zip'
|
- path: '_artifacts\*.zip'
|
||||||
|
|||||||
Reference in New Issue
Block a user