Skip to content

Commit

Permalink
Updated test scripts to include new parameter converttoadomarkdown
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Stranger committed Apr 2, 2024
1 parent 065d644 commit c4f844b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/Test-LogicAppDoc.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ $params = @{
OutputPath = $($env:TEMP)
Verbose = $true
Debug = $false
ConvertToADOMarkdown = $false
Show = $true
}

Expand Down
1 change: 1 addition & 0 deletions tests/Test-PowerAutomateDoc.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ $params = @{
OutputPath = $($env:TEMP)
Verbose = $true
Debug = $true
ConvertToADOMarkdown = $false
Show = $true
}

Expand Down
1 change: 1 addition & 0 deletions tests/Test-PowerAutomateDocLocal.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ $params = @{
FilePath = 'c:\temp\DevSecOpsCapabilityFlow_20240328153930.zip'
Verbose = $true
Debug = $true
ConvertToADOMarkdown = $false
Show = $true
}

Expand Down

0 comments on commit c4f844b

Please sign in to comment.