Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable gz-sim-yarp-plugins-check-model test on apt CI #191

Merged
merged 1 commit into from
Aug 14, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions .github/workflows/apt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,7 @@ jobs:
run: |
cd build
# So high until-pass as a mitigation for https://github.com/robotology/gz-sim-yarp-plugins/issues/75
# For some reason gz-sim-yarp-plugins-check-model-tutorial-forcetorque-model-two-sensors fails only in apt CI in Debug,
# let's just skip it
ctest -E "^gz-sim-yarp-plugins-check-model-tutorial-forcetorque-model-two-sensors" -T Test -T Coverage --repeat until-pass:20 --output-on-failure -C ${{ matrix.build_type }} .
ctest -T Test -T Coverage --repeat until-pass:20 --output-on-failure -C ${{ matrix.build_type }} .

- name: Install
run: |
Expand Down
Loading