(chore): Migrate CI to GitHub Actions (#4)

* Delete appveyor.yml

* Create ci.yml

* Update test.ps1

* Update README.md
This commit is contained in:
Rashil Gandhi
2022-03-09 13:39:58 +05:30
committed by GitHub
parent a62887c12e
commit cc0b85a773
4 changed files with 51 additions and 42 deletions
+2 -1
View File
@@ -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