Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
MariusStorhaug committed Mar 31, 2024
1 parent abe6cda commit 1e70df1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ jobs:
Write-Host ($Status | New-MDTable)
Stop-LogGroup
if (-not $passed -and -not $skipped) {
if (-not $anyPassed -and -not $allSkipped) {
Write-Host "::[error]::No tests passed"
exit 1
}
Expand Down

0 comments on commit 1e70df1

Please sign in to comment.