We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c822121 commit 4e67478Copy full SHA for 4e67478
test/PublishPSResourceTests/CompressPSResource.Tests.ps1
@@ -185,6 +185,7 @@ Describe "Test Compress-PSResource" -tags 'CI' {
185
Expand-Archive -Path $zipPath -DestinationPath $unzippedPath
186
187
Test-Path -Path (Join-Path -Path $unzippedPath -ChildPath $testFile) | Should -Be $True
188
+ $null = Remove-Item $unzippedPath -Force -Recurse
189
}
190
191
It "Compresses a script" {
0 commit comments