[macOS] add RunAll-Tests.ps1 to the macOS-13 (#7524)

This commit is contained in:
Alexey-Ayupov
2023-05-05 12:13:47 +02:00
committed by GitHub
parent fddf50db2a
commit eec1e84e72
11 changed files with 39 additions and 22 deletions

View File

@@ -21,7 +21,7 @@ Describe "Node.js" {
}
}
Describe "nvm" {
Describe "nvm" -Skip:($os.IsVentura) {
BeforeAll {
$nvmPath = Join-Path $env:HOME ".nvm" "nvm.sh"
$nvmInitCommand = ". $nvmPath > /dev/null 2>&1 || true"