mirror of
https://github.com/actions/runner-images.git
synced 2025-12-20 06:35:47 +00:00
* [macOS] Fail Pester tests on error * return it back * added new tests * added new tests for Macos part2 * fixed nitpicks * vsmac changes * remove toolcache fron high sierra
9 lines
244 B
PowerShell
9 lines
244 B
PowerShell
Import-Module "$PSScriptRoot/../helpers/Tests.Helpers.psm1" -DisableNameChecking
|
|
|
|
$os = Get-OSVersion
|
|
|
|
Describe "SwiftLint" {
|
|
It "SwiftLint" -Skip:($os.IsHighSierra) {
|
|
"swiftlint version" | Should -ReturnZeroExitCode
|
|
}
|
|
} |