Skip to content

Commit

Permalink
add params to invoke call
Browse files Browse the repository at this point in the history
  • Loading branch information
james-garriss committed Nov 15, 2024
1 parent e6bb714 commit 62ecd29
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Testing/workflow/Invoke-PSSA.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ BeforeDiscovery {
# Source the function
. $PSScriptRoot/../../utils/workflow/Invoke-PSSA.ps1
# Invoke PSSA
Invoke-PSSA
$RepoRootPath = Join-Path -Path $PSScriptRoot -ChildPath '..\..' -Resolve
Invoke-PSSA -DebuggingMode $false -RepoPath $RepoRootPath
}

Describe "PSSA Check" {
Expand Down

0 comments on commit 62ecd29

Please sign in to comment.