Skip to content

fix(releae): fix deploy workflow - #181

Merged
rulasg merged 6 commits into
mainfrom
Test-TestingHelperResults
Jan 20, 2026
Merged

fix(releae): fix deploy workflow#181
rulasg merged 6 commits into
mainfrom
Test-TestingHelperResults

feat(workflow): add test execution step and improve error handling in…

9aed4af
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / PSScriptAnalyzer succeeded Jan 20, 2026 in 11s

16 new alerts

New alerts in code changed by this pull request

  • 6 warnings
  • 10 notes

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 72 in tools/Test_Helper/Test_Helper.psd1

See this annotation in the file changed.

Code scanning / PSScriptAnalyzer

Do not use wildcard or $null in this field. Explicitly specify a list for FunctionsToExport. Warning

Do not use wildcard or $null in this field. Explicitly specify a list for FunctionsToExport.

Check warning on line 75 in tools/Test_Helper/Test_Helper.psd1

See this annotation in the file changed.

Code scanning / PSScriptAnalyzer

Do not use wildcard or $null in this field. Explicitly specify a list for CmdletsToExport. Warning

Do not use wildcard or $null in this field. Explicitly specify a list for CmdletsToExport.

Check warning on line 81 in tools/Test_Helper/Test_Helper.psd1

See this annotation in the file changed.

Code scanning / PSScriptAnalyzer

Do not use wildcard or $null in this field. Explicitly specify a list for AliasesToExport. Warning

Do not use wildcard or $null in this field. Explicitly specify a list for AliasesToExport.

Check warning on line 1 in tools/Test_Helper/Test_Helper.psm1

See this annotation in the file changed.

Code scanning / PSScriptAnalyzer

Cmdlet 'Write-Information' may be used incorrectly. Please check that all mandatory parameters are supplied. Warning

Cmdlet 'Write-Information' may be used incorrectly. Please check that all mandatory parameters are supplied.

Check warning on line 17 in tools/Test_Helper/public/Get-RequiredModule.ps1

See this annotation in the file changed.

Code scanning / PSScriptAnalyzer

File 'Get-RequiredModule.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information. Warning

File 'Get-RequiredModule.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.

Check warning on line 21 in tools/Test_Helper/public/Get-RequiredModule.ps1

See this annotation in the file changed.

Code scanning / PSScriptAnalyzer

File 'Get-RequiredModule.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information. Warning

File 'Get-RequiredModule.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.

Check notice on line 5 in tools/Test_Helper/public/Get-RequiredModule.ps1

See this annotation in the file changed.

Code scanning / PSScriptAnalyzer

The cmdlet 'Get-RequiredModule' does not have a help comment. Note

The cmdlet 'Get-RequiredModule' does not have a help comment.

Check notice on line 25 in tools/Test_Helper/public/Import-RequiredModule.ps1

See this annotation in the file changed.

Code scanning / PSScriptAnalyzer

Line has trailing whitespace Note

Line has trailing whitespace

Check notice on line 1 in tools/Test_Helper/public/testResults.ps1

See this annotation in the file changed.

Code scanning / PSScriptAnalyzer

The cmdlet 'Test-Result' does not have a help comment. Note test

The cmdlet 'Test-Result' does not have a help comment.

Check notice on line 14 in tools/Test_Helper/public/testResults.ps1

See this annotation in the file changed.

Code scanning / PSScriptAnalyzer

Line has trailing whitespace Note test

Line has trailing whitespace

Check notice on line 18 in tools/Test_Helper/public/testResults.ps1

See this annotation in the file changed.

Code scanning / PSScriptAnalyzer

Line has trailing whitespace Note test

Line has trailing whitespace

Check notice on line 22 in tools/Test_Helper/public/testResults.ps1

See this annotation in the file changed.

Code scanning / PSScriptAnalyzer

Line has trailing whitespace Note test

Line has trailing whitespace

Check notice on line 25 in tools/Test_Helper/public/testResults.ps1

See this annotation in the file changed.

Code scanning / PSScriptAnalyzer

Line has trailing whitespace Note test

Line has trailing whitespace

Check notice on line 1 in tools/Test_Helper/public/testname.ps1

See this annotation in the file changed.

Code scanning / PSScriptAnalyzer

The cmdlet 'Set-TestName' does not have a help comment. Note test

The cmdlet 'Set-TestName' does not have a help comment.

Check notice on line 16 in tools/Test_Helper/public/testname.ps1

See this annotation in the file changed.

Code scanning / PSScriptAnalyzer

The cmdlet 'Get-TestName' does not have a help comment. Note test

The cmdlet 'Get-TestName' does not have a help comment.

Check notice on line 28 in tools/Test_Helper/public/testname.ps1

See this annotation in the file changed.

Code scanning / PSScriptAnalyzer

The cmdlet 'Clear-TestName' does not have a help comment. Note test

The cmdlet 'Clear-TestName' does not have a help comment.