Skip to content

Commit b584d3c

Browse files
committed
syntax issue
1 parent b164249 commit b584d3c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,10 @@ jobs:
8888
Write-Host "Checking FMU: $($f.FullName) ($($f.Name))"
8989
& ./fmusim.exe $f.FullName
9090
if ($LASTEXITCODE -ne 0) {
91-
Write-Error "FMUChecker failed for $($f.FullName) with exit code $LASTEXITCODE"
92-
exit $LASTEXITCODE
91+
Write-Error "FMUChecker failed for $($f.FullName) with exit code $LASTEXITCODE"
92+
exit $LASTEXITCODE
93+
}
9394
}
94-
}
9595
9696
- name: "Test"
9797
run: |

0 commit comments

Comments
 (0)