Enable SITL tests for macos (#16329)

This commit enables SITL testing on macOS
This commit is contained in:
JaeyoungLim
2020-12-18 12:31:51 +01:00
committed by GitHub
parent c8d18c2719
commit 39c585ac97

View File

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