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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

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