[MacOS] Add SBT (#4101)

This commit is contained in:
Nikolay Frolov
2021-09-21 12:49:59 +03:00
committed by GitHub
parent 23a859a9bc
commit 63894956a1
6 changed files with 16 additions and 1 deletions

View File

@@ -175,4 +175,10 @@ Describe "Kotlin" {
It "<toolName> is available" -TestCases ($kotlinPackages | ForEach-Object { @{ toolName = $_ } }) {
"$toolName -version" | Should -ReturnZeroExitCode
}
}
Describe "sbt" {
It "sbt" {
"sbt -version" | Should -ReturnZeroExitCode
}
}