Skip to content

Commit 8d6d37a

Browse files
committed
Update Remove-AppxApps.Tests.ps1
1 parent eba3595 commit 8d6d37a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Remove-AppxApps.Tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Describe "Remove-AppxApps script execution validation" {
1818
Context "Validate <script.Name>." {
1919
It "<script.Name> should execute OK" {
2020
Push-Location -Path $([System.IO.Path]::Combine($env:GITHUB_WORKSPACE, "src"))
21-
{ & $Script.FullName } | Should -Not -Throw
21+
{ & $Script.FullName -Confirm:$false } | Should -Not -Throw
2222
Pop-Location
2323
}
2424
}

0 commit comments

Comments
 (0)