Skip to content

Commit 1ea416f

Browse files
authored
Github Actions MacOS skip SITL tests for now
- there's an intermittent crash when running these tests on Github Actions MacOS infrastructure (10.15) - see PX4#15225 for more detail
1 parent b463a2f commit 1ea416f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/compile_macos.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ jobs:
1515
matrix:
1616
config: [
1717
px4_fmu-v5_default,
18-
tests, # includes px4_sitl
18+
px4_sitl_default,
19+
#tests, # includes px4_sitl
1920
]
2021
steps:
2122
- uses: actions/checkout@v1

0 commit comments

Comments
 (0)