We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b164249 commit b584d3cCopy full SHA for b584d3c
1 file changed
.github/workflows/config.yml
@@ -88,10 +88,10 @@ jobs:
88
Write-Host "Checking FMU: $($f.FullName) ($($f.Name))"
89
& ./fmusim.exe $f.FullName
90
if ($LASTEXITCODE -ne 0) {
91
- Write-Error "FMUChecker failed for $($f.FullName) with exit code $LASTEXITCODE"
92
- exit $LASTEXITCODE
+ Write-Error "FMUChecker failed for $($f.FullName) with exit code $LASTEXITCODE"
+ exit $LASTEXITCODE
93
+ }
94
}
- }
95
96
- name: "Test"
97
run: |
0 commit comments