From 39c585ac97cf476b648555d5823a432e2a46e909 Mon Sep 17 00:00:00 2001 From: JaeyoungLim Date: Fri, 18 Dec 2020 12:31:51 +0100 Subject: [PATCH] Enable SITL tests for macos (#16329) This commit enables SITL testing on macOS --- .github/workflows/compile_macos.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/compile_macos.yml b/.github/workflows/compile_macos.yml index f9f14fe679..bdc0388596 100644 --- a/.github/workflows/compile_macos.yml +++ b/.github/workflows/compile_macos.yml @@ -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