ScoopBucket/bin/test.ps1
Rashil Gandhi cc0b85a773
(chore): Migrate CI to GitHub Actions (#4)
* Delete appveyor.yml

* Create ci.yml

* Update test.ps1

* Update README.md
2022-03-09 13:39:58 +05:30

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