Skip to content

Commit

Permalink
Disable tests on macOS on GitHub Actions
Browse files Browse the repository at this point in the history
Workaround for #530 .
  • Loading branch information
traversaro committed Feb 11, 2021
1 parent 8b46ead commit 34c2584
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@ jobs:
cmake --build . --config ${{ matrix.build_type }}
- name: Test
# Workaround for https://github.com/robotology/gazebo-yarp-plugins/issues/530
if: contains(matrix.os, 'ubuntu')
shell: bash
run: |
cd build
Expand Down

0 comments on commit 34c2584

Please sign in to comment.