We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fa5af9 commit ec36929Copy full SHA for ec36929
.github/workflows/TestModelCheck.yml
@@ -49,7 +49,7 @@ jobs:
49
./LemonTree.Pipeline.Tools.ModelCheck --model "${{inputs.model-path}}" --tablesize --out "./output.md"
50
}
51
elseif ('${{runner.os}}' -eq 'Windows') {
52
- ./LemonTree.Pipeline.Tools.ModelCheck.exe --model "${{inputs.model-path}}" --tablesize --out "./output.md"
+ ./LemonTree.Pipeline.Tools.ModelCheck.exe --model "${{inputs.model-path}}" --tablesize --orphans --out "./output.md"
53
54
else {
55
Write-Output "${{runner.os}} is not supported"
0 commit comments