Skip to content

Commit

Permalink
Add a check to the CI workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoconni committed Dec 30, 2024
1 parent 7e86b90 commit 56979de
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cpp-python-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -509,6 +509,9 @@ jobs:
rm -f _jsbsim.cxx # Make sure that jsbsim.cxx is not stored in the source distribution
python -m build --sdist
echo "::endgroup::"
- name: Check reset for real time execution
if: matrix.os == 'macos-14'
run: timeout --preserve-status 90s ./build/src/JSBSim scripts/c172_cruise_8K.xml --realtime --nice || echo "Failed !" && exit 1

# On failure, upload logs
- name: On failure - Upload logs
Expand Down

0 comments on commit 56979de

Please sign in to comment.