Skip to content

Commit

Permalink
Update apt.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro authored Aug 12, 2024
1 parent c43403c commit aa7840b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/apt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
# 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 "^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 -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 }} .
- name: Install
run: |
Expand Down

0 comments on commit aa7840b

Please sign in to comment.