Skip to content

Commit

Permalink
Merge pull request #36 from theohbrothers/test/integration-remove-def…
Browse files Browse the repository at this point in the history
…inition-of-erroractionpreference-in-global-context

Test (integration): Remove definition of `ErrorActionPreference` from global context
  • Loading branch information
joeltimothyoh authored May 14, 2024
2 parents adac796 + 8fa4999 commit 922e407
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
Describe "PSRepositoryReleaseManager" -Tag 'Integration' {
BeforeAll {
$ErrorActionPreference = 'Continue'
$ErrorView = 'NormalView'
$VerbosePreference = 'Continue'
$env:RELEASE_TAG_REF = git describe --tags --abbrev=0
Expand Down

0 comments on commit 922e407

Please sign in to comment.