[Ubuntu] Do not install erlang on 18.04 (#7212)

* [Ubuntu] Do not install erlang on 18.04

* fixup
This commit is contained in:
Mikhail Koliada
2023-03-01 17:11:12 +01:00
committed by GitHub
parent fec7951493
commit 02e4e5a6a0
3 changed files with 2 additions and 3 deletions

View File

@@ -132,7 +132,7 @@ Describe "Cmake" {
}
}
Describe "erlang" -Skip:(Test-IsUbuntu22) {
Describe "erlang" -Skip:((Test-IsUbuntu22) -or (Test-IsUbuntu18)) {
$testCases = @("erl -version", "erlc -v", "rebar3 -v") | ForEach-Object { @{ErlangCommand = $_} }
It "erlang <ErlangCommand>" -TestCases $testCases {