From c330e8e8241c42d67df50ebf88e101bd7b0e8331 Mon Sep 17 00:00:00 2001 From: Peter Barker Date: Wed, 2 Oct 2024 15:22:35 +1000 Subject: [PATCH] .github: split Plane tests into tests1a and tests1b --- .github/workflows/test_sitl_plane.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test_sitl_plane.yml b/.github/workflows/test_sitl_plane.yml index ece1dbfa67..34c112e59b 100644 --- a/.github/workflows/test_sitl_plane.yml +++ b/.github/workflows/test_sitl_plane.yml @@ -213,7 +213,8 @@ jobs: fail-fast: false # don't cancel if a job from the matrix fails matrix: config: [ - sitltest-plane, + sitltest-plane-tests1a, + sitltest-plane-tests1b, sitltest-quadplane, ]