mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-30 21:38:26 +08:00
[macOS] add RunAll-Tests.ps1 to the macOS-13 (#7524)
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
Describe "OpenSSL" {
|
||||
Import-Module "$PSScriptRoot/../helpers/Common.Helpers.psm1"
|
||||
$os = Get-OSVersion
|
||||
|
||||
Describe "OpenSSL" -Skip:($os.IsVentura) {
|
||||
Context "OpenSSL Version" {
|
||||
It "OpenSSL is available" {
|
||||
"openssl version" | Should -ReturnZeroExitCode
|
||||
|
||||
Reference in New Issue
Block a user