Skip to content

Commit 07aad2c

Browse files
🩹 [Patch]: Update ErrorView logging message for clarity in TestWorkflow
1 parent 869e719 commit 07aad2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/TestWorkflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,8 +225,8 @@ jobs:
225225
Get-Content $env:GITHUB_OUTPUT -Raw | Set-GitHubStepSummary
226226
}
227227
228-
LogGroup "ErrorView: $ErrorView" {
229-
if ($errorView -ne 'NormalView') {
228+
LogGroup "ErrorView should be 'NormalView' - [$ErrorView]" {
229+
if ($ErrorView -ne 'NormalView') {
230230
throw 'ErrorView is not NormalView'
231231
}
232232
}

0 commit comments

Comments
 (0)