Skip to content

Commit

Permalink
I will never learn
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Hunt committed Dec 13, 2023
1 parent 62417b9 commit 83a23b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Import-ConfigData.Tests.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
BeforeAll {

if ($null -eq (Get-Module -Name 'powershell-yaml' -ListAvailable)) {
Install-Module 'powershell-yaml' -Scope CurrentUser
Install-Module 'powershell-yaml' -Scope CurrentUser -Confirm:$false -Force
}

Import-Module "$PSScriptRoot/../publish/Import-ConfigData" -Force
Expand Down

0 comments on commit 83a23b7

Please sign in to comment.