From ec64069a783bc12972e7482e2d4ba856371e0776 Mon Sep 17 00:00:00 2001 From: Silvio Traversaro Date: Fri, 22 Jan 2021 13:43:18 +0100 Subject: [PATCH] Disable tests on macOS on GitHub Actions Workaround for https://github.com/robotology/gazebo-yarp-plugins/issues/530 . --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d9dca4f97..9887ad31f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -112,6 +112,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