From e997dd428617002a0aea5a7ffd9acb2597147590 Mon Sep 17 00:00:00 2001 From: Doug <6060466+pixlwave@users.noreply.github.com> Date: Tue, 3 Jun 2025 09:45:06 +0100 Subject: [PATCH] Make sure UI tests are run to completion on the remaining device, even if the other one fails. (#4164) --- .github/workflows/ui_tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ui_tests.yml b/.github/workflows/ui_tests.yml index fe0212c8b..10f8e863c 100644 --- a/.github/workflows/ui_tests.yml +++ b/.github/workflows/ui_tests.yml @@ -15,6 +15,7 @@ jobs: name: Tests runs-on: macos-15 strategy: + fail-fast: false matrix: device: [iPhone, iPad]