mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 01:12:31 +00:00
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:
3
.github/workflows/compile_macos.yml
vendored
3
.github/workflows/compile_macos.yml
vendored
@@ -15,7 +15,8 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
config: [
|
config: [
|
||||||
px4_fmu-v5_default,
|
px4_fmu-v5_default,
|
||||||
tests, # includes px4_sitl
|
px4_sitl_default,
|
||||||
|
#tests, # includes px4_sitl
|
||||||
]
|
]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
|
|||||||
Reference in New Issue
Block a user