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
This commit is contained in:
Daniel Agar
2020-06-28 20:52:50 -04:00
committed by GitHub
parent b463a2f0d5
commit 1ea416f6de
+2 -1
View File
@@ -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