Skip to content
6 changes: 6 additions & 0 deletions .github/workflows/TestWorkflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,12 @@ jobs:
Get-Content $env:GITHUB_OUTPUT -Raw | Set-GitHubStepSummary
}

LogGroup "ErrorView: $ErrorView" {
if ($errorView -ne 'NormalView') {
Comment thread
MariusStorhaug marked this conversation as resolved.
Outdated
throw 'ErrorView is not NormalView'
}
}

- name: Run-test
shell: pwsh
env:
Expand Down
Loading