mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-12 11:41:20 +00:00
* Delete appveyor.yml * Create ci.yml * Update test.ps1 * Update README.md * Fix repo name * Update test.ps1
6 lines
227 B
PowerShell
6 lines
227 B
PowerShell
#Requires -Modules @{ ModuleName = 'Pester'; MaximumVersion = '4.99' }
|
|
|
|
if(!$env:SCOOP_HOME) { $env:SCOOP_HOME = Resolve-Path (scoop prefix scoop) }
|
|
$result = Invoke-Pester "$psscriptroot/.." -PassThru
|
|
exit $result.FailedCount
|