mirror of
https://github.com/laoxong/ScoopBucket
synced 2024-11-23 10:45:14 +01:00
cc0b85a773
* Delete appveyor.yml * Create ci.yml * Update test.ps1 * Update README.md
4 lines
155 B
PowerShell
4 lines
155 B
PowerShell
if(!$env:SCOOP_HOME) { $env:SCOOP_HOME = Resolve-Path (scoop prefix scoop) }
|
|
$result = Invoke-Pester "$psscriptroot/.." -PassThru
|
|
exit $result.FailedCount
|