MacOS: Disable OS tests

This is suboptimal but survivable since MacOS is not a deployment target. We still need to identify the root cause.
This commit is contained in:
Lorenz Meier 2021-01-31 15:21:42 +01:00 committed by Daniel Agar
parent afd50acce2
commit f19f93eedf
1 changed files with 2 additions and 1 deletions

View File

@ -15,7 +15,8 @@ jobs:
matrix:
config: [
px4_fmu-v5_default,
tests, # includes px4_sitl
px4_sitl
#tests, # includes px4_sitl
]
steps:
- uses: actions/checkout@v1