Skip to content

Commit

Permalink
Update Unit Tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NikCharlebois authored Mar 31, 2023
1 parent 01066b5 commit 57200dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Unit Tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
foreach ($module in $Manifest.Dependencies)
{
Install-Module $module.ModuleName -Force -Scope AllUsers
Install-Module $module.ModuleName -RequiredVersion $module.RequiredVersion -Force -Scope AllUsers
Import-Module $module.ModuleName -Force
}
Expand Down

0 comments on commit 57200dc

Please sign in to comment.