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 b584d3c commit 7f779daCopy full SHA for 7f779da
1 file changed
.github/workflows/config.yml
@@ -39,7 +39,7 @@ jobs:
39
mb=$(basename "$f")
40
echo "Checking FMU: $f ($mb)"
41
./fmusim --logging-on "${{ github.workspace }}/$f"
42
- done < <(find build/models -type f -name '*.fmu' -print0 2>/dev/null || true)
+ done < <(find ${{ github.workspace }}/build/models -type f -name '*.fmu' -print0 2>/dev/null || true)
43
44
if [ "$found" -eq 0 ]; then
45
echo "No FMUs found under `build/models`, skipping fmusim run"
0 commit comments