From 1ea416f6de6e55ed95056ad036eeb665e1f22f81 Mon Sep 17 00:00:00 2001 From: Daniel Agar Date: Sun, 28 Jun 2020 20:52:50 -0400 Subject: [PATCH] Github Actions MacOS skip SITL tests for now - there's an intermittent crash when running these tests on Github Actions MacOS infrastructure (10.15) - see https://github.com/PX4/Firmware/issues/15225 for more detail --- .github/workflows/compile_macos.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/compile_macos.yml b/.github/workflows/compile_macos.yml index e52bf552a6..224cfae41a 100644 --- a/.github/workflows/compile_macos.yml +++ b/.github/workflows/compile_macos.yml @@ -15,7 +15,8 @@ jobs: matrix: config: [ px4_fmu-v5_default, - tests, # includes px4_sitl + px4_sitl_default, + #tests, # includes px4_sitl ] steps: - uses: actions/checkout@v1