Skip to content

Commit b9549fa

Browse files
committed
update
1 parent 8934462 commit b9549fa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
found=1
3939
mb=$(basename "$f")
4040
echo "Checking FMU: $f ($mb)"
41-
./fmusim --logging-on "${{ github.workspace }}/$f"
41+
./fmusim --logging-on "$f"
4242
done < <(find ${{ github.workspace }}/build/models -type f -name '*.fmu' -print0 2>/dev/null || true)
4343
4444
if [ "$found" -eq 0 ]; then
@@ -86,7 +86,7 @@ jobs:
8686
}
8787
foreach ($f in $fmus) {
8888
Write-Host "Checking FMU: $($f.FullName) ($($f.Name))"
89-
& ./fmusim.exe --logging-on $f.FullName
89+
& ./fmusim.exe $f.FullName
9090
if ($LASTEXITCODE -ne 0) {
9191
Write-Error "FMUChecker failed for $($f.FullName) with exit code $LASTEXITCODE"
9292
exit $LASTEXITCODE

0 commit comments

Comments
 (0)