diff --git a/src/PSRepositoryReleaseManager/PSRepositoryReleaseManager.Tests.ps1 b/src/PSRepositoryReleaseManager/PSRepositoryReleaseManager.Tests.ps1 index 6b4819d..092e091 100644 --- a/src/PSRepositoryReleaseManager/PSRepositoryReleaseManager.Tests.ps1 +++ b/src/PSRepositoryReleaseManager/PSRepositoryReleaseManager.Tests.ps1 @@ -1,6 +1,5 @@ Describe "PSRepositoryReleaseManager" -Tag 'Integration' { BeforeAll { - $ErrorActionPreference = 'Continue' $ErrorView = 'NormalView' $VerbosePreference = 'Continue' $env:RELEASE_TAG_REF = git describe --tags --abbrev=0