Skip to content

Commit 629e9a9

Browse files
committed
need to end the group too
1 parent 2a41e10 commit 629e9a9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

scripts/smoke-test-ios.ps1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,8 @@ function Test
8686
$deviceListRaw = xcrun simctl list devices
8787
Write-Host "::group::Available simulators:"
8888
$deviceListRaw | Write-Host
89-
89+
Write-Host "::endgroup::"
90+
9091
[AppleDevice[]]$deviceList = @()
9192

9293
Write-Host "Picking simulator based on selected runtime" -ForegroundColor Green

0 commit comments

Comments
 (0)