Skip to content

Commit

Permalink
chore: Update Pester to v5.6.1 and other dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vicperdana committed Aug 20, 2024
1 parent d3c814b commit 23cf219
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pipeline.build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,8 @@ task Dependencies NuGet, {
}

# Synopsis: Test the module
task TestModuleDependencies {
Import-Module Pester -RequiredVersion 5.6.1 -Force
task TestModule Dependencies, {
Import-Module Pester -RequiredVersion 5.6.1 -Force;

# Run Pester tests
$pesterParams = @{
Expand Down

0 comments on commit 23cf219

Please sign in to comment.