mirror of
https://github.com/dfinke/ImportExcel.git
synced 2025-12-06 00:23:20 +00:00
testing to fail the appveyor build
This commit is contained in:
@@ -4,4 +4,8 @@ if ((Get-Module -ListAvailable pester) -eq $null) {
|
||||
Install-Module -Name Pester -Repository PSGallery -Force
|
||||
}
|
||||
|
||||
Invoke-Pester -Script $PSScriptRoot\__tests__
|
||||
$result = Invoke-Pester -Script $PSScriptRoot\__tests__ -Verbose -PassThru
|
||||
|
||||
if ($result.FailedCount -gt 0) {
|
||||
throw "$($FailedCount) tests failed."
|
||||
}
|
||||
Reference in New Issue
Block a user