Tooling/scripts/cli-test.ps1

9 строки
128 B
PowerShell
Executable File

#!/usr/bin/env pwsh
Push-Location $PSScriptRoot/..
try {
dotnet test test/Steeltoe.Cli.Test
} finally {
Pop-Location
}