Add InnoSetup to windows-2022 (#5007)

This commit is contained in:
Mikhail Timofeev
2022-02-03 18:09:29 +03:00
committed by GitHub
parent 5cdc2e5f50
commit a79f657a9f
2 changed files with 2 additions and 1 deletions

View File

@@ -28,7 +28,7 @@ Describe "GitVersion" -Skip:(Test-IsWin22) {
}
}
Describe "InnoSetup" -Skip:(Test-IsWin22) {
Describe "InnoSetup" {
It "InnoSetup" {
(Get-Command -Name iscc).CommandType | Should -BeExactly "Application"
}