Skip to content

Commit ec36929

Browse files
committed
[#68] Integrate Model Orphans Reporting
Executing the orphan querries on the windows tests
1 parent 6fa5af9 commit ec36929

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/TestModelCheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
./LemonTree.Pipeline.Tools.ModelCheck --model "${{inputs.model-path}}" --tablesize --out "./output.md"
5050
}
5151
elseif ('${{runner.os}}' -eq 'Windows') {
52-
./LemonTree.Pipeline.Tools.ModelCheck.exe --model "${{inputs.model-path}}" --tablesize --out "./output.md"
52+
./LemonTree.Pipeline.Tools.ModelCheck.exe --model "${{inputs.model-path}}" --tablesize --orphans --out "./output.md"
5353
}
5454
else {
5555
Write-Output "${{runner.os}} is not supported"

0 commit comments

Comments
 (0)