mirror of
https://github.com/laoxong/ScoopBucket
synced 2026-06-04 03:08:21 +08:00
(chore): Migrate CI to GitHub Actions (#4)
* Delete appveyor.yml * Create ci.yml * Update test.ps1 * Update README.md
This commit is contained in:
+2
-1
@@ -1,2 +1,3 @@
|
||||
if(!$env:SCOOP_HOME) { $env:SCOOP_HOME = Resolve-Path (scoop prefix scoop) }
|
||||
Invoke-Pester "$psscriptroot/.."
|
||||
$result = Invoke-Pester "$psscriptroot/.." -PassThru
|
||||
exit $result.FailedCount
|
||||
|
||||
Reference in New Issue
Block a user