Browse Source

Enable SITL tests for macos (#16329)

This commit enables SITL testing on macOS
release/1.12
JaeyoungLim 4 years ago committed by GitHub
parent
commit
39c585ac97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      .github/workflows/compile_macos.yml

3
.github/workflows/compile_macos.yml

@ -15,8 +15,7 @@ jobs: @@ -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

Loading…
Cancel
Save