mirror of
https://github.com/ScoopInstaller/Scoop.git
synced 2026-09-22 05:15:54 +00:00
Merge pull request #604 from rivy/dev-up-testing-1
add optional "test-time" customization of AppVeyor test runner
This commit is contained in:
+2
-1
@@ -6,7 +6,8 @@ branches:
|
||||
|
||||
init:
|
||||
- ps: (get-psprovider 'FileSystem').Home = $(pwd)
|
||||
- ps: choco install -y pester
|
||||
- ps: "if($env:APPVEYOR_CHOCO_PESTER_OPTIONS -ne $null) { write-host -f yellow 'NOTE: customized `pester` installation is being used' }"
|
||||
- ps: choco install -y pester $env:APPVEYOR_CHOCO_PESTER_OPTIONS
|
||||
|
||||
build: off
|
||||
|
||||
|
||||
Reference in New Issue
Block a user