From 8fa4999c9e76a8dbb9ee4ec64929eb6ddf62734b Mon Sep 17 00:00:00 2001 From: Joel Timothy Oh Date: Tue, 14 May 2024 08:15:58 +0000 Subject: [PATCH] Test (integration): Remove definition of `ErrorActionPreference` from global context --- .../PSRepositoryReleaseManager.Tests.ps1 | 1 - 1 file changed, 1 deletion(-) 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