From 825df303740ca75f1a889733e48f8dca827471a0 Mon Sep 17 00:00:00 2001 From: Progi1984 Date: Mon, 22 Jan 2024 10:39:44 +0100 Subject: [PATCH] Github Action : Continue if error --- .github/workflows/ui-test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ui-test.yml b/.github/workflows/ui-test.yml index ab2017fb..867dafa2 100644 --- a/.github/workflows/ui-test.yml +++ b/.github/workflows/ui-test.yml @@ -5,6 +5,7 @@ jobs: name: UI Tests runs-on: ubuntu-latest strategy: + fail-fast: false matrix: ps-version: - '8.0.5'